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:
23
23
24
24
* ** Declare a Dependency on the AWS Encryption SDK in Java and its dependencies**
25
25
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.
27
28
28
29
The KMS client from the AWS SDK for Java V1 is an ** optional** dependency.
29
30
@@ -39,7 +40,7 @@ To use the AWS Encryption SDK for Java you must have:
39
40
<dependency >
40
41
<groupId >software.amazon.awssdk</groupId >
41
42
<artifactId >bom</artifactId >
42
- <version >3.0.2 </version >
43
+ <version >2.32.10 </version >
43
44
<type >pom</type >
44
45
<scope >import</scope >
45
46
</dependency >
You can’t perform that action at this time.
0 commit comments