Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent af75ede commit 6f07952
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 @@ -25,7 +25,7 @@ dependencies {
// test
testImplementation("junit:junit:4.13.1")
// logging
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.3")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.24.3")
}

val sourcesJar by tasks.registering(Jar::class) {
Expand Down

0 comments on commit 6f07952

Please sign in to comment.