We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd865c commit b891ad8Copy full SHA for b891ad8
build.gradle
@@ -59,11 +59,11 @@ dependencies {
59
implementation 'software.amazon.awssdk:s3'
60
implementation 'software.amazon.awssdk:s3-transfer-manager'
61
implementation 'software.amazon.awssdk.crt:aws-crt:0.29.9'
62
- implementation 'org.slf4j:slf4j-api:2.0.11'
+ implementation 'org.slf4j:slf4j-api:2.0.12'
63
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
64
65
examplesImplementation project
66
- examplesImplementation 'org.slf4j:slf4j-api:2.0.11'
+ examplesImplementation 'org.slf4j:slf4j-api:2.0.12'
67
}
68
69
publishing {
0 commit comments