Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2175591

Browse files
committedJul 11, 2024·
u
1 parent 0397353 commit 2175591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎TestVectors/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
9191
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
9292
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
93-
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT")
93+
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")
9494

9595
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
9696
implementation("software.amazon.awssdk:dynamodb")

0 commit comments

Comments
 (0)
Please sign in to comment.