Skip to content

Commit b891ad8

Browse files
build(deps): bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 (#379)
Bumps org.slf4j:slf4j-api from 2.0.11 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdd865c commit b891ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ dependencies {
5959
implementation 'software.amazon.awssdk:s3'
6060
implementation 'software.amazon.awssdk:s3-transfer-manager'
6161
implementation 'software.amazon.awssdk.crt:aws-crt:0.29.9'
62-
implementation 'org.slf4j:slf4j-api:2.0.11'
62+
implementation 'org.slf4j:slf4j-api:2.0.12'
6363
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
6464

6565
examplesImplementation project
66-
examplesImplementation 'org.slf4j:slf4j-api:2.0.11'
66+
examplesImplementation 'org.slf4j:slf4j-api:2.0.12'
6767
}
6868

6969
publishing {

0 commit comments

Comments
 (0)