Skip to content

Commit 955b4df

Browse files
committed
chore(deps): pin to always pull in the latest minor version
1 parent bb399bf commit 955b4df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DynamoDbEncryption/runtimes/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ val dynamodb by configurations.creating
8181
dependencies {
8282
implementation("org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion}")
8383
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.+")
8585

8686
implementation(platform("software.amazon.awssdk:bom:2.26.25"))
8787
implementation("software.amazon.awssdk:dynamodb")

TestVectors/runtimes/java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ val dynamodb by configurations.creating
8888
dependencies {
8989
implementation("org.dafny:DafnyRuntime:${dafnyRuntimeJavaVersion}")
9090
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.+")
9292
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
93-
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:${mplVersion}")
93+
implementation("software.amazon.cryptography:TestAwsCryptographicMaterialProviders:1.+)
9494
9595
implementation(platform("software.amazon.awssdk:bom:2.26.25"))
9696
implementation("software.amazon.awssdk:dynamodb")

0 commit comments

Comments
 (0)