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 6a52466 commit 6c94fb9Copy full SHA for 6c94fb9
build.gradle.kts
@@ -55,8 +55,8 @@ subprojects {
55
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")
56
57
// logging and tests
58
- api(group = "org.slf4j", name = "slf4j-api", version = "2.0.12")
59
- testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.12")
+ api(group = "org.slf4j", name = "slf4j-api", version = "2.0.13")
+ testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.13")
60
}
61
62
tasks {
0 commit comments