Skip to content

Commit 45db8d7

Browse files
Update BouncyCastle to 1.65 (#179)
* Update BouncyCastle to 1.65 * Update changelog
1 parent 676407a commit 45db8d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff 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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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>

0 commit comments

Comments
 (0)