Browse Source

Upgrade to SLF4J 1.7.33

Closes gh-29427
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
2f7d62eae9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save