File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ dependencies {
77
77
78
78
implementation ' com.jpaulmorrison:javafbp:4.1.14'
79
79
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 '
81
81
implementation ' ch.qos.logback:logback-classic:1.5.6'
82
82
83
83
}
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >org.slf4j</groupId >
32
32
<artifactId >slf4j-simple</artifactId >
33
- <version >2.0.15 </version >
33
+ <version >2.0.16 </version >
34
34
<scope >test</scope >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >org.slf4j</groupId >
38
38
<artifactId >slf4j-api</artifactId >
39
- <version >2.0.15 </version >
39
+ <version >2.0.16 </version >
40
40
</dependency >
41
41
42
42
<dependency >
You can’t perform that action at this time.
0 commit comments