diff --git a/TestVectors/runtimes/java/build.gradle.kts b/TestVectors/runtimes/java/build.gradle.kts index 62b9cf443..e5236c53e 100644 --- a/TestVectors/runtimes/java/build.gradle.kts +++ b/TestVectors/runtimes/java/build.gradle.kts @@ -95,7 +95,7 @@ dependencies { implementation(platform("software.amazon.awssdk:bom:2.26.25")) implementation("software.amazon.awssdk:dynamodb") implementation("software.amazon.awssdk:dynamodb-enhanced") - implementation("software.amazon.awssdk:core:2.26.25") + implementation("software.amazon.awssdk:core:2.29.34") implementation("software.amazon.awssdk:kms") testImplementation("com.amazonaws:DynamoDBLocal:2.+") // This is where we gather the SQLLite files to copy over