Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: lavaleri <[email protected]>
  • Loading branch information
seebees and lavaleri committed Nov 15, 2023
1 parent ac86f8a commit 8f8f37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
* **Via Gradle Kotlin**
In a Gradle Java Project, add the following to the _dependencies_ section:
```kotlin
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.1.1")
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.1.2")
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0")
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
implementation("software.amazon.awssdk:dynamodb")
Expand Down Expand Up @@ -92,7 +92,7 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
<dependency>
<groupId>software.amazon.cryptography</groupId>
<artifactId>aws-database-encryption-sdk-dynamodb</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</dependency>
<dependency>
<groupId>software.amazon.cryptography</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectJavaVersion=3.1.0
projectJavaVersion=3.1.2
mplDependencyJavaVersion=1.0.0
dafnyRuntimeJavaVersion=4.2.0
smithyDafnyJavaConversionVersion=0.1

0 comments on commit 8f8f37f

Please sign in to comment.