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 a48dd5d commit 5843ebdCopy full SHA for 5843ebd
perfume-api/build.gradle.kts
@@ -41,8 +41,8 @@ dependencies {
41
testImplementation("io.rest-assured:rest-assured:5.4.0")
42
testImplementation("org.springframework.security:spring-security-test:6.2.1")
43
44
- implementation(platform("software.amazon.awssdk:bom:2.23.9"))
45
- implementation("software.amazon.awssdk:s3:2.23.9")
+ implementation(platform("software.amazon.awssdk:bom:2.23.20"))
+ implementation("software.amazon.awssdk:s3:2.23.20")
46
}
47
48
tasks.jar {
0 commit comments