From a335f905ba7f4c320ad53ebde0f9edb73456ce5d Mon Sep 17 00:00:00 2001 From: Ryan Emery Date: Tue, 29 Jul 2025 09:04:51 -0700 Subject: [PATCH] fix: Update readme - Update the dependency relationship between the ESDK and DDB - Update the dom version to the correct latest version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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