Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update com.io7m.jmulticlose:com.io7m.jmulticlose.core 1.0.0 → 1.1.0.
Update commons-io:commons-io 2.13.0 → 2.15.1.
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.apache.commons:commons-text 1.10.0 → 1.11.0.
Update com.io7m.jxtrand:com.io7m.jxtrand.api 1.1.0 → 2.0.0.
Update com.io7m.jxtrand:com.io7m.jxtrand.vanilla 1.1.0 → 2.0.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.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.lwjgl:lwjgl 3.3.2 → 3.3.3.
Update org.lwjgl:lwjgl-openal 3.3.2 → 3.3.3.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent c476ce9 commit ec2a703
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
<properties>
<com.io7m.jbssio.version>1.1.0</com.io7m.jbssio.version>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<com.io7m.jxtrand.version>1.1.0</com.io7m.jxtrand.version>
<com.io7m.jxtrand.version>2.0.0</com.io7m.jxtrand.version>
<io7m.api.previousVersion>0.0.1-SNAPSHOT</io7m.api.previousVersion>
<junit.version>5.9.3</junit.version>
<junit.version>5.10.1</junit.version>

<org.lwjgl.version>3.3.0</org.lwjgl.version>
<javafx.version>20.0.1</javafx.version>
<javafx.version>21.0.1</javafx.version>
<com.io7m.jwheatsheaf.version>3.0.0</com.io7m.jwheatsheaf.version>
<jqwik.version>1.7.3</jqwik.version>
<lwjgl.version>3.3.2</lwjgl.version>
<jqwik.version>1.8.2</jqwik.version>
<lwjgl.version>3.3.3</lwjgl.version>
</properties>

<licenses>
Expand Down Expand Up @@ -119,22 +119,22 @@
<dependency>
<groupId>com.io7m.jmulticlose</groupId>
<artifactId>com.io7m.jmulticlose.core</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>
<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>
<exclusions>
<exclusion>
<groupId>com.sun.mail</groupId>
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>com.io7m.xstructural</groupId>
Expand Down

0 comments on commit ec2a703

Please sign in to comment.