We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99db624 commit 47fc3c9Copy full SHA for 47fc3c9
build.gradle
@@ -59,13 +59,13 @@ 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.1'
62
- implementation 'org.slf4j:slf4j-api:2.0.9'
+ implementation 'org.slf4j:slf4j-api:2.0.10'
63
implementation 'ch.qos.logback:logback-classic:1.4.14'
64
implementation 'ch.qos.logback:logback-core:1.4.14'
65
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
66
67
examplesImplementation project
68
- examplesImplementation 'org.slf4j:slf4j-api:2.0.9'
+ examplesImplementation 'org.slf4j:slf4j-api:2.0.10'
69
}
70
71
publishing {
0 commit comments