Skip to content

Commit 152e324

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.16
[skip ci]
1 parent 918db02 commit 152e324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

necrify-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
compileOnly(libs.slf4j.api)
1717
compileOnly(libs.bundles.adventure)
1818
testImplementation(libs.slf4j.api)
19-
testImplementation("ch.qos.logback:logback-classic:1.5.8")
19+
testImplementation("ch.qos.logback:logback-classic:1.5.16")
2020
testImplementation(libs.junit.jupiter.api)
2121
testRuntimeOnly(libs.junit.jupiter.engine)
2222
}

0 commit comments

Comments
 (0)