Browse Source

Upgrade to Logback 1.4.8

Closes gh-35881
pull/37018/head
Stephane Nicoll 3 years ago
parent
commit
7cf41e9e0a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -797,7 +797,7 @@ bom { @@ -797,7 +797,7 @@ bom {
]
}
}
library("Logback", "1.4.7") {
library("Logback", "1.4.8") {
group("ch.qos.logback") {
modules = [
"logback-access",

Loading…
Cancel
Save