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 478960a commit 6a07cffCopy full SHA for 6a07cff
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.14"))
+ implementation("software.amazon.awssdk:s3:2.23.14")
46
}
47
48
tasks.jar {
0 commit comments