Skip to content

Commit

Permalink
Bump software.amazon.awssdk:bom from 2.18.41 to 2.22.0
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:bom from 2.18.41 to 2.22.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 Dec 18, 2023
1 parent ace609e commit f34fbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation 'software.amazon.awssdk:sqs'
implementation 'software.amazon.awssdk:dynamodb'

implementation platform('software.amazon.awssdk:bom:2.18.41')
implementation platform('software.amazon.awssdk:bom:2.22.0')

// TODO: These are to patch transient dependency vulnerabilities.
implementation 'ch.qos.logback:logback-core:1.2.13'
Expand Down

0 comments on commit f34fbd8

Please sign in to comment.