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 934740a commit b13c6e8Copy full SHA for b13c6e8
build.gradle
@@ -54,7 +54,7 @@ sourceSets {
54
dependencies {
55
implementation 'io.reactivex.rxjava3:rxjava:3.1.9'
56
57
- implementation platform('software.amazon.awssdk:bom:2.29.6')
+ implementation platform('software.amazon.awssdk:bom:2.29.9')
58
59
implementation('software.amazon.awssdk:s3') {
60
exclude group: 'software.amazon.awssdk', module: 'apache-client'
0 commit comments