Skip to content

Commit

Permalink
fix(deps): update aws-java-sdk-v2 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 3bdc440 commit b4c32f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perfume-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ dependencies {
testImplementation("io.rest-assured:rest-assured:5.4.0")
testImplementation("org.springframework.security:spring-security-test:6.2.1")

implementation(platform("software.amazon.awssdk:bom:2.23.9"))
implementation("software.amazon.awssdk:s3:2.23.9")
implementation(platform("software.amazon.awssdk:bom:2.25.64"))
implementation("software.amazon.awssdk:s3:2.25.65")
}

tasks.jar {
Expand Down

0 comments on commit b4c32f0

Please sign in to comment.