Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update com.io7m.wendover:com.io7m.wendover.core 0.0.4 → 1.0.1.
Update com.io7m.jmulticlose:com.io7m.jmulticlose.core 1.0.0 → 1.1.0.
Update org.apache.commons:commons-compress 1.23.0 → 1.25.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.8 → 1.4.14.
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 f91069c commit 10e027c
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 @@ -43,7 +43,7 @@
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<com.io7m.jxtrand.version>2.0.0</com.io7m.jxtrand.version>
<io7m.api.previousVersion>0.0.2-SNAPSHOT</io7m.api.previousVersion>
<junit.version>5.9.3</junit.version>
<junit.version>5.10.1</junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.io7m.wendover</groupId>
<artifactId>com.io7m.wendover.core</artifactId>
<version>0.0.4</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.io7m.claypot</groupId>
Expand Down Expand Up @@ -138,7 +138,7 @@
<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>org.apache.commons</groupId>
Expand All @@ -148,7 +148,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.25.0</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
Expand All @@ -158,17 +158,17 @@
<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.8</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 10e027c

Please sign in to comment.