From c2150a1f928cb7016e0a95921d5267d5bf3f84fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:02:52 +0000 Subject: [PATCH] Bump software.amazon.awssdk:bom from 2.13.54 to 2.21.12 in /plugins (#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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/DDBEndPoint/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/DDBEndPoint/build.gradle b/plugins/DDBEndPoint/build.gradle index 906e3bcd4e..12644f5e3c 100644 --- a/plugins/DDBEndPoint/build.gradle +++ b/plugins/DDBEndPoint/build.gradle @@ -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}"