Skip to content

Commit 6d6343a

Browse files
committed
Update logback
1 parent 7116a82 commit 6d6343a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.checkstyle-nohttp.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies {
1515
}
1616
checkstyle("ch.qos.logback:logback-classic") {
1717
version {
18-
require("1.5.18")
18+
require("1.5.19")
1919
}
20-
because("Workaround for CVE-2024-12798 and CVE-2024-12801")
20+
because("Workaround for CVE-2025-11226")
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)