Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update com.io7m.jxe:com.io7m.jxe.core 1.0.0 → 1.0.2.
Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
Update ch.qos.logback:logback-classic 1.4.7 → 1.4.14.
Update commons-io:commons-io 2.13.0 → 2.15.1.
Update commons-codec:commons-codec 1.15 → 1.16.0.
Update com.github.marschall:memoryfilesystem 2.6.1 → 2.7.0.
Update org.mockito:mockito-core 5.3.1 → 5.8.0.
Update org.junit.jupiter:junit-jupiter-engine 5.9.3 → 5.10.1.
Update org.junit.jupiter:junit-jupiter-api 5.9.3 → 5.10.1.
Update org.immutables:value 2.9.3 → 2.10.0.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent 704bf1d commit ceae506
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Expand Up @@ -45,7 +45,7 @@

<properties>
<com.io7m.blackthorne.version>1.3.1</com.io7m.blackthorne.version>
<com.io7m.immutables.version>2.9.3</com.io7m.immutables.version>
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
<com.io7m.jbssio.version>2.0.0</com.io7m.jbssio.version>
<com.io7m.smfj.jtensors.versionRange>10.0.0</com.io7m.smfj.jtensors.versionRange>
<io7m.api.previousVersion>0.15.0</io7m.api.previousVersion>
Expand Down Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>com.io7m.jxe</groupId>
<artifactId>com.io7m.jxe.core</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>

<dependency>
Expand All @@ -199,12 +199,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>com.beust</groupId>
Expand All @@ -214,12 +214,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -251,22 +251,22 @@
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.8.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version>
<version>5.10.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.3</version>
<version>5.10.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit ceae506

Please sign in to comment.