File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DynamoDbEncryption/runtimes/java
TestVectors/runtimes/java Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ val dynamodb by configurations.creating
81
81
dependencies {
82
82
implementation(" org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion} " )
83
83
implementation(" software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion} " )
84
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
84
+ implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.+ " )
85
85
86
86
implementation(platform(" software.amazon.awssdk:bom:2.26.25" ))
87
87
implementation(" software.amazon.awssdk:dynamodb" )
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ val dynamodb by configurations.creating
88
88
dependencies {
89
89
implementation(" org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion} " )
90
90
implementation(" software.amazon.smithy.dafny:conversion:${smithyDafnyJavaConversionVersion} " )
91
- implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion} " )
91
+ implementation(" software.amazon.cryptography:aws-cryptographic-material-providers:1.+ " )
92
92
implementation(" software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion} " )
93
- implementation(" software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion} " )
93
+ implementation(" software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.+ )
94
94
95
95
implementation(platform(" software.amazon.awssdk: bom: 2.26 .25 " ))
96
96
implementation(" software.amazon.awssdk: dynamodb" )
You can’t perform that action at this time.
0 commit comments