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 fd2c6ad commit 32cb121Copy full SHA for 32cb121
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.3.0")
13
- api("org.slf4j:slf4j-api:2.0.16")
14
- api("org.slf4j:slf4j-simple:2.0.16")
+ api("org.slf4j:slf4j-api:2.0.17")
+ api("org.slf4j:slf4j-simple:2.0.17")
15
}
0 commit comments