Skip to content

Commit a335f90

Browse files
committed
fix: Update readme
- Update the dependency relationship between the ESDK and DDB - Update the dom version to the correct latest version
1 parent f7aed12 commit a335f90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ To use the AWS Encryption SDK for Java you must have:
2323

2424
* **Declare a Dependency on the AWS Encryption SDK in Java and its dependencies**
2525

26-
This library requires the AWS Cryptographic Material Providers Library in Java, and the KMS and DynamoDB clients from the AWS Java SDK V2.
26+
This library requires the AWS Cryptographic Material Providers Library in Java, and the KMS from the AWS Java SDK V2.
27+
The AWS Java SDK V2 DynamoDB client is a transitive dependency of the AWS Cryptographic Material Providers Library in Java.
2728

2829
The KMS client from the AWS SDK for Java V1 is an **optional** dependency.
2930

@@ -39,7 +40,7 @@ To use the AWS Encryption SDK for Java you must have:
3940
<dependency>
4041
<groupId>software.amazon.awssdk</groupId>
4142
<artifactId>bom</artifactId>
42-
<version>3.0.2</version>
43+
<version>2.32.10</version>
4344
<type>pom</type>
4445
<scope>import</scope>
4546
</dependency>

0 commit comments

Comments
 (0)