Skip to content

Commit f68ec3c

Browse files
seebeeslavaleri
andcommitted
chore: Update README.md
Co-authored-by: lavaleri <[email protected]>
1 parent 44e5fae commit f68ec3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
5959
* **Via Gradle Kotlin**
6060
In a Gradle Java Project, add the following to the _dependencies_ section:
6161
```kotlin
62-
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.1.1")
62+
implementation("software.amazon.cryptography:aws-database-encryption-sdk-dynamodb:3.1.2")
6363
implementation("software.amazon.cryptography:aws-cryptographic-material-providers:1.0.0")
6464
implementation(platform("software.amazon.awssdk:bom:2.19.1"))
6565
implementation("software.amazon.awssdk:dynamodb")
@@ -92,7 +92,7 @@ To use the DB-ESDK for DynamoDB in Java, you must have:
9292
<dependency>
9393
<groupId>software.amazon.cryptography</groupId>
9494
<artifactId>aws-database-encryption-sdk-dynamodb</artifactId>
95-
<version>3.1.1</version>
95+
<version>3.1.2</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>software.amazon.cryptography</groupId>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectJavaVersion=3.1.0
1+
projectJavaVersion=3.1.2
22
mplDependencyJavaVersion=1.0.0
33
dafnyRuntimeJavaVersion=4.2.0
44
smithyDafnyJavaConversionVersion=0.1

0 commit comments

Comments
 (0)