Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update org.apache.commons:commons-compress 1.22 → 1.23.0.
Update org.slf4j:slf4j-api 2.0.6 → 2.0.7.
Update ch.qos.logback:logback-classic 1.4.5 → 1.4.7.
Update org.junit.jupiter:junit-jupiter-api 5.9.2 → 5.9.3.
Update org.junit.jupiter:junit-jupiter-engine 5.9.2 → 5.9.3.
  • Loading branch information
io7m committed May 4, 2023
1 parent 197090a commit 557b87f
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 @@ -39,16 +39,16 @@
</modules>

<properties>
<com.io7m.jbssio.version>1.1.1</com.io7m.jbssio.version>
<com.io7m.jbssio.version>2.0.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>
<io7m.api.previousVersion>0.0.2-SNAPSHOT</io7m.api.previousVersion>
<junit.version>5.8.2</junit.version>
<junit.version>5.9.3</junit.version>
</properties>

<licenses>
<license>
<name>ISC License</name>
<name>ISC</name>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.io7m.wendover</groupId>
<artifactId>com.io7m.wendover.core</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
<dependency>
<groupId>com.io7m.claypot</groupId>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.23.0</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
Expand All @@ -163,12 +163,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.1</version>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.1</version>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 557b87f

Please sign in to comment.