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 634d571 commit c731e4eCopy full SHA for c731e4e
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:1.7.36")
+ api("org.slf4j:slf4j-simple:1.7.36")
15
}
0 commit comments