Skip to content

Commit e3a2d5c

Browse files
fix(deps): update slf4j monorepo to v2.0.17 (#1768)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4125ec commit e3a2d5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ dependencies {
3535
api("org.mockito:mockito-core:4.11.0")
3636
api("org.mockito:mockito-inline:4.11.0")
3737
api("org.mockito:mockito-junit-jupiter:4.11.0")
38-
api("org.slf4j:slf4j-api:2.0.16")
39-
api("org.slf4j:slf4j-simple:2.0.16")
40-
api("org.slf4j:log4j-over-slf4j:2.0.16")
41-
api("org.slf4j:jcl-over-slf4j:2.0.16")
42-
api("org.slf4j:jul-to-slf4j:2.0.16")
38+
api("org.slf4j:slf4j-api:2.0.17")
39+
api("org.slf4j:slf4j-simple:2.0.17")
40+
api("org.slf4j:log4j-over-slf4j:2.0.17")
41+
api("org.slf4j:jcl-over-slf4j:2.0.17")
42+
api("org.slf4j:jul-to-slf4j:2.0.17")
4343

4444
api("com.google.code.findbugs:annotations:3.0.1u2")
4545
api("com.google.code.findbugs:jsr305:3.0.2")

0 commit comments

Comments
 (0)