Skip to content

Commit

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

---
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 Oct 16, 2023
1 parent 8b7aaf2 commit 158973a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpringBootDynamo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}

dependencies {
implementation platform('software.amazon.awssdk:bom:2.20.162')
implementation platform('software.amazon.awssdk:bom:2.21.0')
implementation 'software.amazon.awssdk:dynamodb'
implementation 'org.springframework.boot:spring-boot-starter-web'

Expand Down

0 comments on commit 158973a

Please sign in to comment.