File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ configurations.all {
295295 // not sure why, but couldn't get an exclusion on the auth2 client to work, which
296296 // was upgrading slf4j and breaking tests
297297 resolutionStrategy {
298- force ' org.slf4j:slf4j-api:1.7.7 '
298+ force ' org.slf4j:slf4j-api:2.0.17 '
299299 }
300300}
301301
@@ -340,7 +340,7 @@ dependencies {
340340 // moved to a test implementation if we swap the callback service for the
341341 // python docker image
342342 implementation ' ch.qos.logback:logback-classic:1.1.2'
343- implementation ' org.slf4j:slf4j-api:1.7.7 '
343+ implementation ' org.slf4j:slf4j-api:2.0.17 '
344344 // TODO DEPS the annotation api is also needed for
345345 // a couple of SDK compiled classes in mobu/runner that should be factored out
346346 implementation ' javax.annotation:javax.annotation-api:1.3.2'
@@ -384,7 +384,7 @@ dependencies {
384384 generatedCodeClasspath ' org.hamcrest:hamcrest-core:1.3'
385385 generatedCodeClasspath ' org.ini4j:ini4j:0.5.2'
386386 generatedCodeClasspath ' org.syslog4j:syslog4j:0.9.46'
387- generatedCodeClasspath ' org.slf4j:slf4j-api:1.7.7 '
387+ generatedCodeClasspath ' org.slf4j:slf4j-api:2.0.17 '
388388}
389389
390390task showTestClassPath {
You can’t perform that action at this time.
0 commit comments