File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ calls to `AwsCrypto.encrypt(EncryptRequest)` and `AwsCrypto.decrypt(DecryptReque
21
21
* Update AWS Java SDK version from 1.11.561 to 1.11.677. [ PR #147 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/147 )
22
22
* Upgrade JUnit from 4.12 to 5.5.2 [ PR #151 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/151 )
23
23
* Upgrade Mockito from 2.28.1 to 3.1.0 [ PR #142 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/142 )
24
+ * Upgrade Bouncy Castle from 1.61 to 1.65 [ PR #179 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/179 )
24
25
25
26
### Documentation
26
27
* Added new examples demonstrating how to use
Original file line number Diff line number Diff line change 49
49
<dependency >
50
50
<groupId >org.bouncycastle</groupId >
51
51
<artifactId >bcprov-ext-jdk15on</artifactId >
52
- <version >1.61 </version >
52
+ <version >1.65 </version >
53
53
</dependency >
54
54
55
55
<dependency >
You can’t perform that action at this time.
0 commit comments