We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5243ad8 commit 52deb5bCopy full SHA for 52deb5b
build.gradle
@@ -54,15 +54,15 @@ sourceSets {
54
dependencies {
55
implementation 'io.reactivex.rxjava3:rxjava:3.1.10'
56
57
- implementation platform('software.amazon.awssdk:bom:2.30.36')
+ implementation platform('software.amazon.awssdk:bom:2.31.1')
58
59
implementation('software.amazon.awssdk:s3') {
60
exclude group: 'software.amazon.awssdk', module: 'apache-client'
61
}
62
implementation('software.amazon.awssdk:s3-transfer-manager') {
63
64
65
- implementation 'software.amazon.awssdk.crt:aws-crt:0.36.1'
+ implementation 'software.amazon.awssdk.crt:aws-crt:0.36.2'
66
implementation 'org.slf4j:slf4j-api:2.0.17'
67
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
68
0 commit comments