Skip to content

Commit 4354ac0

Browse files
auto commit
1 parent 8cae1fe commit 4354ac0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Examples/runtimes/java/DynamoDbEncryption/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ repositories {
6767
}
6868

6969
dependencies {
70-
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:${ddbecVersion}")
71-
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:${mplVersion}")
70+
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.9.0")
71+
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.11.1-SNAPSHOT")
7272

7373
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
7474
implementation("software.amazon.awssdk:arns")

0 commit comments

Comments
 (0)