Skip to content

Commit 76b4166

Browse files
dependabot[bot]lxning
authored andcommitted
Bump software.amazon.awssdk:bom from 2.22.9 to 2.23.15 in /plugins (pytorch#2923)
Bumps software.amazon.awssdk:bom from 2.22.9 to 2.23.15. --- 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> Co-authored-by: lxning <[email protected]>
1 parent 845fb7b commit 76b4166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/DDBEndPoint/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
dependencies {
88
implementation "com.google.code.gson:gson:${gson_version}"
99
implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}"
10-
implementation platform('software.amazon.awssdk:bom:2.22.9')
10+
implementation platform('software.amazon.awssdk:bom:2.23.15')
1111
implementation 'software.amazon.awssdk:dynamodb-enhanced'
1212
implementation 'org.codehaus.groovy:groovy-all:2.3.11'
1313
testImplementation "org.testng:testng:${testng_version}"

0 commit comments

Comments
 (0)