We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf175b commit cde001aCopy full SHA for cde001a
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactive")
25
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
26
27
- implementation(platform("software.amazon.awssdk:bom:2.25.51"))
+ implementation(platform("software.amazon.awssdk:bom:2.25.56"))
28
implementation("software.amazon.awssdk:s3")
29
testImplementation("software.amazon.awssdk:sts")
30
0 commit comments