We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918db02 commit a2e2af3Copy full SHA for a2e2af3
necrify-api/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
compileOnly(libs.slf4j.api)
17
compileOnly(libs.bundles.adventure)
18
testImplementation(libs.slf4j.api)
19
- testImplementation("ch.qos.logback:logback-classic:1.5.8")
+ testImplementation("ch.qos.logback:logback-classic:1.5.15")
20
testImplementation(libs.junit.jupiter.api)
21
testRuntimeOnly(libs.junit.jupiter.engine)
22
}
0 commit comments