Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 8aec32a commit 72f04fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api(project(":api"))
api("org.apache.logging.log4j:log4j-core:$log4jVersion")
api("org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion")
api("org.slf4j:slf4j-api:2.0.12")
api("org.slf4j:slf4j-api:2.0.13")
api("it.unimi.dsi:fastutil:8.5.13")
}

Expand Down

0 comments on commit 72f04fd

Please sign in to comment.