Skip to content

Commit 32cb121

Browse files
Update slf4j monorepo to v2.0.17 (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd2c6ad commit 32cb121

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)