Skip to content

Commit

Permalink
Bump software.amazon.awssdk:bom from 2.13.54 to 2.21.12 in /plugins (#…
Browse files Browse the repository at this point in the history
…2757)

Bumps software.amazon.awssdk:bom from 2.13.54 to 2.21.12.

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent c043414 commit c2150a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/DDBEndPoint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
dependencies {
implementation "com.google.code.gson:gson:${gson_version}"
implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}"
implementation platform('software.amazon.awssdk:bom:2.13.54')
implementation platform('software.amazon.awssdk:bom:2.21.12')
implementation 'software.amazon.awssdk:dynamodb-enhanced'
implementation 'org.codehaus.groovy:groovy-all:2.3.11'
testImplementation "org.testng:testng:${testng_version}"
Expand Down

0 comments on commit c2150a1

Please sign in to comment.