Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
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.immutables:value 2.9.3 → 2.10.0.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent cb5c08e commit 8e439a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<properties>
<io7m.api.previousVersion>2.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>
</properties>

<licenses>
Expand Down Expand Up @@ -115,12 +115,12 @@
<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>
Expand Down

0 comments on commit 8e439a0

Please sign in to comment.