Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-api to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 4c49f18 commit 409f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api("org.apache.logging.log4j:log4j-api:$log4jVersion")
api("org.apache.logging.log4j:log4j-core:$log4jVersion")
api("org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion")
api("org.slf4j:slf4j-api:2.0.6")
api("org.slf4j:slf4j-api:2.0.14")

// config
api("org.yaml:snakeyaml:1.33")
Expand Down

0 comments on commit 409f8cb

Please sign in to comment.