File tree 2 files changed +3
-4
lines changed
TestVectors/runtimes/java
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ var dafnyRuntimeJavaVersion = props.getProperty("dafnyRuntimeJavaVersion")
28
28
var smithyDafnyJavaConversionVersion = props.getProperty(" smithyDafnyJavaConversionVersion" )
29
29
30
30
group = " software.amazon.cryptography"
31
- // change to ${mplVersion} for next MPL update
32
- version = " 1.0-SNAPSHOT"
31
+ version = ${mplVersion}
33
32
description = " TestVectorsDynamoDbEncryption"
34
33
35
34
java {
@@ -92,7 +91,7 @@ dependencies {
92
91
implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
93
92
implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion} " )
94
93
// change to ${mplVersion} for next MPL update
95
- implementation(" software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.0-SNAPSHOT " )
94
+ implementation(" software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion} " )
96
95
97
96
implementation(platform(" software.amazon.awssdk:bom:2.24.2" ))
98
97
implementation(" software.amazon.awssdk:dynamodb" )
Original file line number Diff line number Diff line change 1
1
projectJavaVersion =3.5.0-SNAPSHOT
2
- mplDependencyJavaVersion =1.4.0
2
+ mplDependencyJavaVersion =1.5.1
3
3
dafnyVersion =4.2.0
4
4
dafnyVerifyVersion =4.7.0
5
5
dafnyRuntimeJavaVersion =4.2.0
You can’t perform that action at this time.
0 commit comments