Browse Source

Upgrade to SLF4J 1.7.36

Closes gh-29778
pull/29762/head
Stephane Nicoll 4 years ago
parent
commit
0440147f41
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save