File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 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
2121* 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 )
2222* Upgrade JUnit from 4.12 to 5.5.2 [ PR #151 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/151 )
2323* 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 )
2425
2526### Documentation
2627* Added new examples demonstrating how to use
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >org.bouncycastle</groupId >
5151 <artifactId >bcprov-ext-jdk15on</artifactId >
52- <version >1.61 </version >
52+ <version >1.65 </version >
5353 </dependency >
5454
5555 <dependency >
You can’t perform that action at this time.
0 commit comments