Browse Source

Upgrade to Logback 1.2.6

Closes gh-27957
pull/28061/head
Stephane Nicoll 4 years ago
parent
commit
fadf5ba33a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -963,7 +963,7 @@ bom { @@ -963,7 +963,7 @@ bom {
]
}
}
library("Logback", "1.2.5") {
library("Logback", "1.2.6") {
group("ch.qos.logback") {
modules = [
"logback-access",

Loading…
Cancel
Save