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