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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update org.immutables:value 2.9.3 → 2.10.0.
Update org.apache.maven.plugin-tools:maven-plugin-annotations 3.9.0 → 3.10.2.
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.apache.maven:maven-artifact 3.9.2 → 3.9.6.
Update org.apache.maven:maven-compat 3.9.2 → 3.9.6.
Update org.apache.maven:maven-core 3.9.2 → 3.9.6.
Update org.apache.maven:maven-model 3.9.2 → 3.9.6.
Update org.apache.maven:maven-plugin-api 3.9.2 → 3.9.6.
Update org.apache.maven:maven-settings 3.9.2 → 3.9.6.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent 38da548 commit 41f8ac2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<properties>
<io7m.api.previousVersion>0.0.1</io7m.api.previousVersion>
<io7m.maven-api.version>3.9.2</io7m.maven-api.version>
<io7m.maven-api.version>3.9.6</io7m.maven-api.version>
<mdep.analyze.skip>true</mdep.analyze.skip>
</properties>

Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>2.9.3</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.io7m.immutables.style</groupId>
Expand All @@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.9.0</version>
<version>3.10.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -139,12 +139,12 @@
<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>io.takari.maven.plugins</groupId>
Expand Down

0 comments on commit 41f8ac2

Please sign in to comment.