We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e5fae commit 277263dCopy full SHA for 277263d
README.md
@@ -59,7 +59,7 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
59
* **Via Gradle Kotlin**
60
In a Gradle Java Project, add the following to the _dependencies_ section:
61
```kotlin
62
- implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.1.1")
+ implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.1.2")
63
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0")
64
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
65
implementation("software.amazon.awssdk:dynamodb")
0 commit comments