File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments