Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update nl.jqno.equalsverifier:equalsverifier 3.14.2 → 3.15.5.
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 com.github.marschall:memoryfilesystem 2.6.1 → 2.7.0.
Update org.immutables:value 2.9.3 → 2.10.0.
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.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent f7ffc62 commit c84c958
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
</modules>

<properties>
<com.io7m.immutables.version>2.9.3</com.io7m.immutables.version>
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
<com.io7m.xoanon.version>1.0.0-beta0001</com.io7m.xoanon.version>
<io7m.api.previousVersion>4.0.0-SNAPSHOT</io7m.api.previousVersion>
<javafx.version>20.0.1</javafx.version>
<junit.version>5.9.3</junit.version>
<javafx.version>21.0.1</javafx.version>
<junit.version>5.10.1</junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.2</version>
<version>3.15.5</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
Expand All @@ -167,12 +167,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 @@ -187,12 +187,12 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.8.0</version>
</dependency>
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>com.io7m.primogenitor</groupId>
Expand Down

0 comments on commit c84c958

Please sign in to comment.