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 7d89c42 commit 332c8d8Copy full SHA for 332c8d8
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.15")
59
- testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.15")
+ api(group = "org.slf4j", name = "slf4j-api", version = "2.0.16")
+ testImplementation(group = "org.slf4j", name = "slf4j-simple", version = "2.0.16")
60
}
61
62
tasks {
0 commit comments