Skip to content

Commit 00bff23

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.14 (#187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb3312b commit 00bff23

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.6.0'
8080
implementation 'org.slf4j:slf4j-simple:2.0.16'
81-
implementation 'ch.qos.logback:logback-classic:1.5.13'
81+
implementation 'ch.qos.logback:logback-classic:1.5.14'
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.5.13</version>
45+
<version>1.5.14</version>
4646
</dependency>
4747

4848

0 commit comments

Comments
 (0)