Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.14
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 918db02 commit 9185775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion necrify-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
compileOnly(libs.slf4j.api)
compileOnly(libs.bundles.adventure)
testImplementation(libs.slf4j.api)
testImplementation("ch.qos.logback:logback-classic:1.5.8")
testImplementation("ch.qos.logback:logback-classic:1.5.14")
testImplementation(libs.junit.jupiter.api)
testRuntimeOnly(libs.junit.jupiter.engine)
}
Expand Down

0 comments on commit 9185775

Please sign in to comment.