Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Update ch.qos.logback:logback-classic 1.4.11 → 1.4.14.
Update net.jqwik:jqwik-api 1.8.1 → 1.8.2.
Update net.jqwik:jqwik-engine 1.8.1 → 1.8.2.
Update org.junit.jupiter:junit-jupiter-api 5.10.0 → 5.10.1.
Update org.junit.jupiter:junit-jupiter-engine 5.10.0 → 5.10.1.
Update org.mockito:mockito-core 5.6.0 → 5.8.0.
Update org.mockito:mockito-junit-jupiter 5.6.0 → 5.8.0.
  • Loading branch information
io7m committed Dec 3, 2023
1 parent 0f960a4 commit fc47d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
<io7m.api.previousVersion>0.2.0-SNAPSHOT</io7m.api.previousVersion>
<io7m.org.immutables.value.version>2.10.0</io7m.org.immutables.value.version>
<javafx.version>21.0.1</javafx.version>
<jqwik.version>1.8.1</jqwik.version>
<junit.version>5.10.0</junit.version>
<mockito.version>5.6.0</mockito.version>
<jqwik.version>1.8.2</jqwik.version>
<junit.version>5.10.1</junit.version>
<mockito.version>5.8.0</mockito.version>
</properties>

<licenses>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>net.java.dev.designgridlayout</groupId>
Expand Down

0 comments on commit fc47d79

Please sign in to comment.