We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42be20b commit 36ac8a8Copy full SHA for 36ac8a8
TestVectors/runtimes/java/build.gradle.kts
@@ -95,7 +95,7 @@ dependencies {
95
implementation(platform("software.amazon.awssdk:bom:2.30.18"))
96
implementation("software.amazon.awssdk:dynamodb")
97
implementation("software.amazon.awssdk:dynamodb-enhanced")
98
- implementation("software.amazon.awssdk:core:2.30.18")
+ implementation("software.amazon.awssdk:core:2.31.16")
99
implementation("software.amazon.awssdk:kms")
100
testImplementation("com.amazonaws:DynamoDBLocal:2.+")
101
// This is where we gather the SQLLite files to copy over
0 commit comments