Skip to content

Commit 497aef8

Browse files
committed
Upgrade to SLF4J 2.0.17
Closes gh-44545
1 parent b199fab commit 497aef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ bom {
20702070
releaseNotes("https://github.com/sendgrid/sendgrid-java/releases/tag/{version}")
20712071
}
20722072
}
2073-
library("SLF4J", "2.0.16") {
2073+
library("SLF4J", "2.0.17") {
20742074
group("org.slf4j") {
20752075
modules = [
20762076
"jcl-over-slf4j",

0 commit comments

Comments
 (0)