File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ sourceSets {
55
55
dependencies {
56
56
implementation ' io.reactivex.rxjava3:rxjava:3.1.10'
57
57
58
- implementation platform(' software.amazon.awssdk:bom:2.31.40 ' )
58
+ implementation platform(' software.amazon.awssdk:bom:2.31.54 ' )
59
59
60
60
implementation(' software.amazon.awssdk:s3' ) {
61
61
exclude group : ' software.amazon.awssdk' , module : ' apache-client'
62
62
}
63
63
implementation(' software.amazon.awssdk:s3-transfer-manager' ) {
64
64
exclude group : ' software.amazon.awssdk' , module : ' apache-client'
65
65
}
66
- implementation ' software.amazon.awssdk.crt:aws-crt:0.38.2 '
66
+ implementation ' software.amazon.awssdk.crt:aws-crt:0.38.4 '
67
67
implementation ' org.slf4j:slf4j-api:2.0.17'
68
68
implementation ' com.github.ben-manes.caffeine:caffeine:3.1.8'
69
69
You can’t perform that action at this time.
0 commit comments