We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8519f commit a31526aCopy full SHA for a31526a
build.gradle
@@ -63,11 +63,11 @@ dependencies {
63
exclude group: 'software.amazon.awssdk', module: 'apache-client'
64
}
65
implementation 'software.amazon.awssdk.crt:aws-crt:0.35.0'
66
- implementation 'org.slf4j:slf4j-api:2.0.16'
+ implementation 'org.slf4j:slf4j-api:2.0.17'
67
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
68
69
examplesImplementation project
70
- examplesImplementation 'org.slf4j:slf4j-api:2.0.16'
+ examplesImplementation 'org.slf4j:slf4j-api:2.0.17'
71
72
73
publishing {
0 commit comments