Skip to content

Commit e35d2a7

Browse files
Bump org.slf4j:slf4j-api from 1.7.7 to 2.0.17
Bumps org.slf4j:slf4j-api from 1.7.7 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8625923 commit e35d2a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

390390
task showTestClassPath {

0 commit comments

Comments
 (0)