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 com.fasterxml.jackson.core:jackson-annotations 2.15.2 → 2.16.1.
Update com.fasterxml.jackson.core:jackson-core 2.15.2 → 2.16.1.
Update com.fasterxml.jackson.core:jackson-databind 2.15.2 → 2.16.1.
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 0e33dc2 commit 59f8b46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<properties>
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
<jackson.version>2.15.2</jackson.version>
<junit.version>5.9.3</junit.version>
<jackson.version>2.16.1</jackson.version>
<junit.version>5.10.1</junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -105,7 +105,7 @@
<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>
Expand All @@ -120,7 +120,7 @@
<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 59f8b46

Please sign in to comment.