Skip to content

Commit

Permalink
Merge pull request #879 from rahulsom/renovate/org.slf4j-slf4j-simple…
Browse files Browse the repository at this point in the history
…-2.x

Update dependency org.slf4j:slf4j-simple to v2.0.5
  • Loading branch information
rahulsom authored Nov 25, 2022
2 parents c899993 + b49c52c commit c66125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grooves-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks.withType<Test> {

fun DependencyHandlerScope.configureLogging() {
implementation("org.slf4j:slf4j-api:2.0.4")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.4")
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.5")
testRuntimeOnly("org.apache.logging.log4j:log4j-core:2.19.0")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.19.0")
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.5")
Expand Down

0 comments on commit c66125f

Please sign in to comment.