Commit 9fd29c5 1 parent 5e0f8fb commit 9fd29c5 Copy full SHA for 9fd29c5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ sourceSets {
54
54
dependencies {
55
55
implementation ' io.reactivex.rxjava3:rxjava:3.1.10'
56
56
57
- implementation platform(' software.amazon.awssdk:bom:2.30.32 ' )
57
+ implementation platform(' software.amazon.awssdk:bom:2.30.36 ' )
58
58
59
59
implementation(' software.amazon.awssdk:s3' ) {
60
60
exclude group : ' software.amazon.awssdk' , module : ' apache-client'
61
61
}
62
62
implementation(' software.amazon.awssdk:s3-transfer-manager' ) {
63
63
exclude group : ' software.amazon.awssdk' , module : ' apache-client'
64
64
}
65
- implementation ' software.amazon.awssdk.crt:aws-crt:0.35.0 '
65
+ implementation ' software.amazon.awssdk.crt:aws-crt:0.36.1 '
66
66
implementation ' org.slf4j:slf4j-api:2.0.17'
67
67
implementation ' com.github.ben-manes.caffeine:caffeine:3.1.8'
68
68
You can’t perform that action at this time.
0 commit comments