We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5e311 commit 41839ebCopy full SHA for 41839eb
build.gradle
@@ -77,7 +77,7 @@ dependencies {
77
78
implementation 'com.jpaulmorrison:javafbp:4.1.14'
79
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
80
- implementation 'org.slf4j:slf4j-simple:2.0.6'
+ implementation 'org.slf4j:slf4j-simple:2.0.7'
81
implementation 'ch.qos.logback:logback-classic:1.4.6'
82
83
}
pom.xml
@@ -30,7 +30,7 @@
30
<dependency>
31
<groupId>org.slf4j</groupId>
32
<artifactId>slf4j-simple</artifactId>
33
- <version>2.0.6</version>
+ <version>2.0.7</version>
34
<scope>test</scope>
35
</dependency>
36
0 commit comments