Skip to content

Commit a31526a

Browse files
build(deps): bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17 (#627)
Bumps org.slf4j:slf4j-api from 2.0.16 to 2.0.17. --- 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> Co-authored-by: Mark Schreiber <mrschre@amazon.com>
1 parent ce8519f commit a31526a

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
@@ -63,11 +63,11 @@ dependencies {
6363
exclude group: 'software.amazon.awssdk', module: 'apache-client'
6464
}
6565
implementation 'software.amazon.awssdk.crt:aws-crt:0.35.0'
66-
implementation 'org.slf4j:slf4j-api:2.0.16'
66+
implementation 'org.slf4j:slf4j-api:2.0.17'
6767
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
6868

6969
examplesImplementation project
70-
examplesImplementation 'org.slf4j:slf4j-api:2.0.16'
70+
examplesImplementation 'org.slf4j:slf4j-api:2.0.17'
7171
}
7272

7373
publishing {

0 commit comments

Comments
 (0)