Skip to content

Commit 2f3ece3

Browse files
committed
update
1 parent 7792af9 commit 2f3ece3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TestVectors/runtimes/java/build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var dafnyRuntimeJavaVersion = props.getProperty("dafnyRuntimeJavaVersion")
2828
var smithyDafnyJavaConversionVersion = props.getProperty("smithyDafnyJavaConversionVersion")
2929

3030
group = "software.amazon.cryptography"
31+
// change to ${mplVersion} for next MPL update
3132
version = "1.0-SNAPSHOT"
3233
description = "TestVectorsDynamoDbEncryption"
3334

@@ -90,7 +91,8 @@ dependencies {
9091
implementation("software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion}")
9192
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
9293
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
93-
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")
94+
// change to ${mplVersion} for next MPL update
95+
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT")
9496

9597
implementation(platform("software.amazon.awssdk:bom:2.24.2"))
9698
implementation("software.amazon.awssdk:dynamodb")

0 commit comments

Comments
 (0)