Skip to content

Commit 6a3eb1b

Browse files
Bump software.amazon.awssdk:bom from 2.22.9 to 2.23.15 in /plugins
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]>
1 parent 3627ee6 commit 6a3eb1b

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)