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 3e52206 commit 00718e7Copy full SHA for 00718e7
samples/use-only-java-module-testing-plugin/platform/build.gradle.kts
@@ -10,6 +10,6 @@ dependencies {
10
11
dependencies.constraints {
12
api("org.apache.xmlbeans:xmlbeans:5.0.1")
13
- api("org.slf4j:slf4j-api:1.7.28")
14
- api("org.slf4j:slf4j-simple:1.7.28")
+ api("org.slf4j:slf4j-api:2.0.16")
+ api("org.slf4j:slf4j-simple:2.0.16")
15
}
0 commit comments