We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3627ee6 commit 6a3eb1bCopy full SHA for 6a3eb1b
plugins/DDBEndPoint/build.gradle
@@ -7,7 +7,7 @@ repositories {
7
dependencies {
8
implementation "com.google.code.gson:gson:${gson_version}"
9
implementation "org.pytorch:torchserve-plugins-sdk:${torchserve_sdk_version}"
10
- implementation platform('software.amazon.awssdk:bom:2.22.9')
+ implementation platform('software.amazon.awssdk:bom:2.23.15')
11
implementation 'software.amazon.awssdk:dynamodb-enhanced'
12
implementation 'org.codehaus.groovy:groovy-all:2.3.11'
13
testImplementation "org.testng:testng:${testng_version}"
0 commit comments