Skip to content

Commit 00718e7

Browse files
Update slf4j monorepo to v2
1 parent 3e52206 commit 00718e7

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.0.1")
13-
api("org.slf4j:slf4j-api:1.7.28")
14-
api("org.slf4j:slf4j-simple:1.7.28")
13+
api("org.slf4j:slf4j-api:2.0.16")
14+
api("org.slf4j:slf4j-simple:2.0.16")
1515
}

0 commit comments

Comments
 (0)