Browse Source

Upgrade to Logback 1.4.4

Closes gh-32710
pull/32740/head
Andy Wilkinson 3 years ago
parent
commit
dd39e09a51
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -877,7 +877,7 @@ bom {
] ]
} }
} }
library("Logback", "1.4.1") { library("Logback", "1.4.4") {
group("ch.qos.logback") { group("ch.qos.logback") {
modules = [ modules = [
"logback-access", "logback-access",

Loading…
Cancel
Save