Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
Update ch.qos.logback:logback-classic 1.4.7 → 1.4.14.
Update org.mockito:mockito-core 5.3.1 → 5.8.0.
Update net.jqwik:jqwik-api 1.7.3 → 1.8.2.
Update net.jqwik:jqwik-engine 1.7.3 → 1.8.2.
Update org.openjfx:javafx-base 20.0.1 → 21.0.1.
Update org.openjfx:javafx-controls 20.0.1 → 21.0.1.
Update org.openjfx:javafx-fxml 20.0.1 → 21.0.1.
Update org.openjfx:javafx-graphics 20.0.1 → 21.0.1.
Update org.openjfx:javafx-swing 20.0.1 → 21.0.1.
Update org.junit.jupiter:junit-jupiter-api 5.9.3 → 5.10.1.
Update org.junit.jupiter:junit-jupiter-engine 5.9.3 → 5.10.1.
Update org.testfx:testfx-core 4.0.16-alpha → 4.0.17.
Update org.testfx:testfx-junit5 4.0.16-alpha → 4.0.17.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent 74ea372 commit 941c9d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

<properties>
<io7m.api.previousVersion>0.0.1-SNAPSHOT</io7m.api.previousVersion>
<javafx.version>20.0.1</javafx.version>
<jqwik.version>1.7.3</jqwik.version>
<junit.version>5.9.3</junit.version>
<testfx.version>4.0.16-alpha</testfx.version>
<javafx.version>21.0.1</javafx.version>
<jqwik.version>1.8.2</jqwik.version>
<junit.version>5.10.1</junit.version>
<testfx.version>4.0.17</testfx.version>
</properties>

<licenses>
Expand Down Expand Up @@ -95,12 +95,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.8.0</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down

0 comments on commit 941c9d5

Please sign in to comment.