Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-api to v2.0.9 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2023
1 parent 92d904c commit 5298b60
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 @@ -54,7 +54,7 @@ subprojects {
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")

// logging and tests
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.7")
api(group = "org.slf4j", name = "slf4j-api", version = "2.0.9")
testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.7")
}

Expand Down

0 comments on commit 5298b60

Please sign in to comment.