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 ch.qos.logback:logback-classic 1.4.7 → 1.4.14.
Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
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.immutables:value 2.9.3 → 2.10.0.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent fe22e84 commit 1ee3007
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<properties>
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.org.immutables.version>2.9.3</io7m.org.immutables.version>
<io7m.org.immutables.version>2.10.0</io7m.org.immutables.version>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
</properties>

Expand Down Expand Up @@ -114,7 +114,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.immutables.style</groupId>
Expand Down Expand Up @@ -156,23 +156,23 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.10</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.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.3</version>
<version>5.10.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 1ee3007

Please sign in to comment.