Browse Source

Upgrade to SLF4J 1.7.32

Closes gh-27723
pull/27734/head
Stephane Nicoll 5 years ago
parent
commit
cdc4c136de
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1585,7 +1585,7 @@ bom { @@ -1585,7 +1585,7 @@ bom {
]
}
}
library("SLF4J", "1.7.31") {
library("SLF4J", "1.7.32") {
group("org.slf4j") {
modules = [
"jcl-over-slf4j",

Loading…
Cancel
Save