Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

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 org.apache.commons:commons-lang3 3.12.0 → 3.14.0.
Update nl.jqno.equalsverifier:equalsverifier 3.14.2 → 3.15.5.
Update com.github.marschall:memoryfilesystem 2.6.1 → 2.7.0.
Update org.mockito:mockito-core 5.3.1 → 5.8.0.
Update net.java.dev.jna:jna 5.13.0 → 5.14.0.
Update org.immutables:value 2.9.3 → 2.10.0.
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 3c59f59 commit 3d3a438
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<properties>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<io7m.api.previousVersion>0.0.1-SNAPSHOT</io7m.api.previousVersion>
<junit.version>5.9.3</junit.version>
<org.immutables.version>2.9.3</org.immutables.version>
<junit.version>5.10.1</junit.version>
<org.immutables.version>2.10.0</org.immutables.version>
</properties>

<licenses>
Expand Down Expand Up @@ -116,7 +116,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>
<groupId>com.io7m.junreachable</groupId>
Expand Down Expand Up @@ -146,17 +146,17 @@
<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>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>com.io7m.claypot</groupId>
Expand All @@ -166,7 +166,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.2</version>
<version>3.15.5</version>
</dependency>
<dependency>
<groupId>com.io7m.primogenitor</groupId>
Expand All @@ -211,17 +211,17 @@
<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>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
<version>5.14.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 3d3a438

Please sign in to comment.