diff --git a/README.md b/README.md
index f82f102e..08c1c087 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ 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 client from the AWS Java SDK V2.
The KMS client from the AWS SDK for Java V1 is an **optional** dependency.
@@ -39,7 +39,7 @@ To use the AWS Encryption SDK for Java you must have:
software.amazon.awssdk
bom
- 3.0.1
+ 2.19.1
pom
import
@@ -54,7 +54,7 @@ To use the AWS Encryption SDK for Java you must have:
software.amazon.cryptography
aws-cryptographic-material-providers
- 3.0.1
+ 1.0.2
software.amazon.awssdk
diff --git a/pom.xml b/pom.xml
index 3cff1dac..b361753e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
software.amazon.awssdk
bom
- 2.20.91
+ 2.19.1
true
pom
import