Skip to content

Commit

Permalink
fix(deps): update aws-java-sdk-v2 monorepo to v2.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 3bdc440 commit dde01cf
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.28.2"))
implementation("software.amazon.awssdk:s3:2.28.2")
}

tasks.jar {
Expand Down

0 comments on commit dde01cf

Please sign in to comment.