Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 28, 2024
1 parent ec0ae03 commit ae032cc
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 @@ -34,7 +34,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("org.postgresql:postgresql:42.7.4")
testImplementation("org.slf4j:slf4j-simple:2.0.9")
testImplementation("org.slf4j:slf4j-simple:2.0.16")
}

tasks.test {
Expand Down

0 comments on commit ae032cc

Please sign in to comment.