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.6 → 2.0.7.
Update ch.qos.logback:logback-classic 1.4.5 → 1.4.7.
  • Loading branch information
io7m committed May 4, 2023
1 parent b629133 commit 6763b1e
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 @@ -31,7 +31,7 @@

<licenses>
<license>
<name>ISC License</name>
<name>ISC</name>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>
Expand Down Expand Up @@ -88,12 +88,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.1</version>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.1</version>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 6763b1e

Please sign in to comment.