Skip to content

Commit 59f6e52

Browse files
committedAug 9, 2023
Update dependency ch.qos.logback:logback-classic to v1.4.11
1 parent 07cd73d commit 59f6e52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
implementation 'com.jpaulmorrison:javafbp:4.1.14'
7979
implementation 'org.java-websocket:Java-WebSocket:1.5.4'
8080
implementation 'org.slf4j:slf4j-simple:2.0.7'
81-
implementation 'ch.qos.logback:logback-classic:1.4.9'
81+
implementation 'ch.qos.logback:logback-classic:1.4.11'
8282

8383
}
8484

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>ch.qos.logback</groupId>
4444
<artifactId>logback-classic</artifactId>
45-
<version>1.4.9</version>
45+
<version>1.4.11</version>
4646
</dependency>
4747

4848

0 commit comments

Comments
 (0)
Please sign in to comment.