diff --git a/TestVectors/runtimes/java/build.gradle.kts b/TestVectors/runtimes/java/build.gradle.kts index a42ebd7bc..4e0c872bf 100644 --- a/TestVectors/runtimes/java/build.gradle.kts +++ b/TestVectors/runtimes/java/build.gradle.kts @@ -92,10 +92,10 @@ dependencies { implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}") implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}") - implementation(platform("software.amazon.awssdk:bom:2.30.18")) + implementation(platform("software.amazon.awssdk:bom:2.42.0")) implementation("software.amazon.awssdk:dynamodb") implementation("software.amazon.awssdk:dynamodb-enhanced") - implementation("software.amazon.awssdk:core:2.30.18") + implementation("software.amazon.awssdk:core:2.42.0") implementation("software.amazon.awssdk:kms") testImplementation("com.amazonaws:DynamoDBLocal:2.+") // This is where we gather the SQLLite files to copy over