We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca2883 commit ae2637fCopy full SHA for ae2637f
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.23")
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