Skip to content

Commit

Permalink
Merge pull request #283 from ekino/dependabot/gradle/software.amazon.…
Browse files Browse the repository at this point in the history
…awssdk-s3-2.20.60

chore(deps): bump software.amazon.awssdk:s3 from 2.20.51 to 2.20.60
  • Loading branch information
clemstoquart authored May 5, 2023
2 parents b48a5a3 + c055e13 commit 2e51e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

val springBootVersion = "3.0.6"
val awsSdkVersion = "2.20.51"
val awsSdkVersion = "2.20.60"

dependencies {
implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion")) // BOM import
Expand Down

0 comments on commit 2e51e93

Please sign in to comment.