Skip to content

Commit 98896f8

Browse files
committed
Update slf4j monorepo to v2.0.16
1 parent 821e58b commit 98896f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777

7878
implementation 'com.jpaulmorrison:javafbp:4.1.14'
7979
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
80-
implementation 'org.slf4j:slf4j-simple:2.0.15'
80+
implementation 'org.slf4j:slf4j-simple:2.0.16'
8181
implementation 'ch.qos.logback:logback-classic:1.5.6'
8282

8383
}

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>org.slf4j</groupId>
3232
<artifactId>slf4j-simple</artifactId>
33-
<version>2.0.15</version>
33+
<version>2.0.16</version>
3434
<scope>test</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.slf4j</groupId>
3838
<artifactId>slf4j-api</artifactId>
39-
<version>2.0.15</version>
39+
<version>2.0.16</version>
4040
</dependency>
4141

4242
<dependency>

0 commit comments

Comments
 (0)