Skip to content

Commit b9053e0

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 19c4439 commit b9053e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ configurations.all {
272272
// not sure why, but couldn't get an exclusion on the auth2 client to work, which
273273
// was upgrading slf4j and breaking tests
274274
resolutionStrategy {
275-
force 'org.slf4j:slf4j-api:1.7.7'
275+
force 'org.slf4j:slf4j-api:2.0.17'
276276
}
277277
}
278278

@@ -317,7 +317,7 @@ dependencies {
317317
// moved to a test implementation if we swap the callback service for the
318318
// python docker image
319319
implementation 'ch.qos.logback:logback-classic:1.1.2'
320-
implementation 'org.slf4j:slf4j-api:1.7.7'
320+
implementation 'org.slf4j:slf4j-api:2.0.17'
321321
// TODO DEPS the annotation api is also needed for
322322
// a couple of SDK compiled classes in mobu/runner that should be factored out
323323
implementation 'javax.annotation:javax.annotation-api:1.3.2'

0 commit comments

Comments
 (0)