diff --git a/README.md b/README.md index 87da63b6..0955c229 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ To use the AWS Encryption SDK for Java you must have: * **Declare a Dependency on the AWS Encryption SDK in Java and its dependencies** - This library requires the AWS Cryptographic Material Providers Library in Java, and the KMS and DynamoDB clients from the AWS Java SDK V2. + This library requires the AWS Cryptographic Material Providers Library in Java, and the KMS from the AWS Java SDK V2. + The AWS Java SDK V2 DynamoDB client is a transitive dependency of the AWS Cryptographic Material Providers Library in Java. The KMS client from the AWS SDK for Java V1 is an **optional** dependency. @@ -39,7 +40,7 @@ To use the AWS Encryption SDK for Java you must have: software.amazon.awssdk bom - 3.0.2 + 2.32.10 pom import