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 b23f72d

Browse files
committedFeb 5, 2025··
m
2 parents d83759a + 04a8eb2 commit b23f72d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.0-SNAPSHOT")
93+
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")
9494

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

‎project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectJavaVersion=3.8.0
2-
mplDependencyJavaVersion=1.8.0
2+
mplDependencyJavaVersion=1.9.0
33
dafnyVersion=4.9.0
44
dafnyVerifyVersion=4.9.0
55
dafnyRuntimeJavaVersion=4.9.0

‎submodules/smithy-dafny

0 commit comments

Comments
 (0)
Please sign in to comment.