Skip to content

Commit 6b0e8a5

Browse files
Update slf4j monorepo to v2.0.17
1 parent cd207a9 commit 6b0e8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/use-only-java-module-testing-plugin/platform/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010

1111
dependencies.constraints {
1212
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")
13+
api("org.slf4j:slf4j-api:2.0.17")
14+
api("org.slf4j:slf4j-simple:2.0.17")
1515
}

0 commit comments

Comments
 (0)