Browse Source

Upgrade to SLF4J 1.7.31

Closes gh-26995
pull/27157/head
Stephane Nicoll 5 years ago
parent
commit
3ef7ba7f9b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save