Skip to content

fix: Update readme #2123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -39,7 +40,7 @@ To use the AWS Encryption SDK for Java you must have:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>3.0.2</version>
<version>2.32.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down