Skip to content

Commit

Permalink
chore: actually bump slf4j-api
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy authored and PhilippHeuer committed Jan 31, 2022
1 parent 64685ff commit c2c763a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -129,7 +129,7 @@ subprojects {
api(group = "org.apache.commons", name = "commons-lang3", version = "3.12.0")

// Logging
api(group = "org.slf4j", name = "slf4j-api", version = "1.7.33")
api(group = "org.slf4j", name = "slf4j-api", version = "1.7.35")

// Jackson BOM
api(platform("com.fasterxml.jackson:jackson-bom:2.13.1"))
Expand Down

0 comments on commit c2c763a

Please sign in to comment.