Skip to content

Commit

Permalink
Bump software.amazon.awssdk:bom from 2.20.78 to 2.21.24
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:bom from 2.20.78 to 2.21.24.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent a90e3cb commit cf35ae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation("com.sparkjava:spark-core")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.slf4j:slf4j-simple")
implementation(platform("software.amazon.awssdk:bom:2.20.102"))
implementation(platform("software.amazon.awssdk:bom:2.21.24"))
implementation("software.amazon.awssdk:s3")
implementation("software.amazon.awssdk:dynamodb")
implementation("software.amazon.awssdk:sqs")
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val DEPENDENCY_BOMS = listOf(
"org.junit:junit-bom:5.10.0",
"org.springframework.boot:spring-boot-dependencies:2.7.17",
"org.testcontainers:testcontainers-bom:1.19.1",
"software.amazon.awssdk:bom:2.21.7",
"software.amazon.awssdk:bom:2.21.24",
)

val DEPENDENCY_SETS = listOf(
Expand Down
2 changes: 1 addition & 1 deletion testing/sample-apps/springboot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
}

dependencies {
implementation(platform("software.amazon.awssdk:bom:2.20.78"))
implementation(platform("software.amazon.awssdk:bom:2.21.24"))
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-logging")
implementation("io.opentelemetry:opentelemetry-api")
Expand Down

0 comments on commit cf35ae8

Please sign in to comment.