Skip to content

Commit a1cb7b7

Browse files
committed
Upgrade to Logback 1.5.12
Closes gh-43107
1 parent a28e645 commit a1cb7b7

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
@@ -1189,7 +1189,7 @@ bom {
11891189
releaseNotes("https://github.com/apache/logging-log4j2/releases/tag/rel%2F{version}")
11901190
}
11911191
}
1192-
library("Logback", "1.5.11") {
1192+
library("Logback", "1.5.12") {
11931193
group("ch.qos.logback") {
11941194
modules = [
11951195
"logback-classic",

0 commit comments

Comments
 (0)