Upgrade to SLF4J 1.7.32

This commit is contained in:
Juergen Hoeller 2021-09-30 18:12:10 +02:00
parent 24bcb52b2f
commit f64f07049d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ configure(allprojects) { project ->
entry 'log4j-jul'
entry 'log4j-slf4j-impl'
}
dependency "org.slf4j:slf4j-api:1.7.30"
dependency "org.slf4j:slf4j-api:1.7.32"
dependency("com.google.code.findbugs:findbugs:3.0.1") {
exclude group: "dom4j", name: "dom4j"
}