Skip to content

Commit

Permalink
chore(deps): update dependency org.slf4j:slf4j-simple to v2.0.11 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 78aede5 commit e78d57f
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 @@ -56,7 +56,7 @@ subprojects {

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

tasks {
Expand Down

0 comments on commit e78d57f

Please sign in to comment.