From 6a3eb1b8ee9dfe6152a4ecc1915ddb0b9e19d4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:58:50 +0000 Subject: [PATCH] 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] --- 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 2e41b8df23..5cdd156c4e 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.22.9') + implementation platform('software.amazon.awssdk:bom:2.23.15') implementation 'software.amazon.awssdk:dynamodb-enhanced' implementation 'org.codehaus.groovy:groovy-all:2.3.11' testImplementation "org.testng:testng:${testng_version}"