Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update org.apache.commons:commons-lang3 3.12.0 → 3.14.0.
Update nl.jqno.equalsverifier:equalsverifier 3.14.2 → 3.15.5.
Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
Update ch.qos.logback:logback-classic 1.4.7 → 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.
Update org.mockito:mockito-core 5.3.1 → 5.8.0.
Update org.immutables:value 2.9.3 → 2.10.0.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent 4aba6b5 commit 1372e4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<properties>
<io7m.api.previousVersion>1.0.2</io7m.api.previousVersion>
<com.io7m.immutables.version>2.9.3</com.io7m.immutables.version>
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
</properties>

<licenses>
Expand Down Expand Up @@ -100,7 +100,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.osgi</groupId>
Expand All @@ -120,32 +120,32 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.2</version>
<version>3.15.5</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.7</version>
<version>1.4.14</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>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.8.0</version>
</dependency>
<dependency>
<groupId>com.io7m.primogenitor</groupId>
Expand Down

0 comments on commit 1372e4b

Please sign in to comment.