Skip to content

Commit 0abbe9b

Browse files
committed
Upgrade to Logback 1.5.12
Closes gh-43038
1 parent 55c9df6 commit 0abbe9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ bom {
11211121
releaseNotes("https://github.com/apache/logging-log4j2/releases/tag/rel%2F{version}")
11221122
}
11231123
}
1124-
library("Logback", "1.5.11") {
1124+
library("Logback", "1.5.12") {
11251125
group("ch.qos.logback") {
11261126
modules = [
11271127
"logback-classic",

0 commit comments

Comments
 (0)