Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update com.github.siom79.japicmp:japicmp 0.17.2 → 0.18.3.
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 org.immutables:value 2.9.3 → 2.10.0.
Update tech.units:indriya 2.1.4 → 2.2.
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 3589938 commit 8d883ed
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 @@ -29,7 +29,7 @@
<properties>
<com.io7m.xstructural.version>0.0.4</com.io7m.xstructural.version>
<io7m.api.previousVersion>0.0.2-SNAPSHOT</io7m.api.previousVersion>
<junit.version>5.9.3</junit.version>
<junit.version>5.10.1</junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -101,17 +101,17 @@
<dependency>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp</artifactId>
<version>0.17.2</version>
<version>0.18.3</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>com.io7m.jaffirm</groupId>
Expand All @@ -126,17 +126,17 @@
<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>
<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 @@ -156,7 +156,7 @@
<dependency>
<groupId>tech.units</groupId>
<artifactId>indriya</artifactId>
<version>2.1.4</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>systems.uom</groupId>
Expand Down

0 comments on commit 8d883ed

Please sign in to comment.