Skip to content

Commit 1d7b835

Browse files
committed
Bump logback for CVE-2024-12798
1 parent 482e45e commit 1d7b835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bosk-logback/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ repositories {
2525

2626
dependencies {
2727
api project(":bosk-core")
28-
implementation "ch.qos.logback:logback-classic:1.5.6"
28+
implementation "ch.qos.logback:logback-classic:1.5.16"
2929
}

buildSrc/src/main/groovy/bosk.development.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
testImplementation "org.hamcrest:hamcrest-library:2.2"
6666

6767
implementation "org.slf4j:slf4j-api:2.0.13"
68-
testImplementation "ch.qos.logback:logback-classic:1.5.6"
68+
testImplementation "ch.qos.logback:logback-classic:1.5.16"
6969

7070
testImplementation 'org.openjdk.jmh:jmh-core:1.37'
7171
testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'

0 commit comments

Comments
 (0)