Upgrade to SLF4J 2.0.17

Closes gh-44556
This commit is contained in:
Stéphane Nicoll 2025-03-05 12:58:05 +01:00
parent e104ad0a0c
commit 4dd58aaf96
1 changed files with 1 additions and 1 deletions

View File

@ -2053,7 +2053,7 @@ bom {
releaseNotes("https://github.com/sendgrid/sendgrid-java/releases/tag/{version}") releaseNotes("https://github.com/sendgrid/sendgrid-java/releases/tag/{version}")
} }
} }
library("SLF4J", "2.0.16") { library("SLF4J", "2.0.17") {
group("org.slf4j") { group("org.slf4j") {
modules = [ modules = [
"jcl-over-slf4j", "jcl-over-slf4j",