Skip to content

Commit

Permalink
fix(deps): 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 c5c9e29 commit 53e5a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
api("org.slf4j:slf4j-api:2.0.13")
api("org.slf4j:slf4j-api:2.0.14")
api("org.jetbrains:annotations:24.1.0")

implementation("org.jgrapht:jgrapht-core:1.5.2")
Expand Down

0 comments on commit 53e5a5e

Please sign in to comment.