From 5e2518330a0123f95176cf0f4c641f9dd2b05c6b Mon Sep 17 00:00:00 2001 From: Wesley Rosenblum Date: Wed, 22 Apr 2020 15:28:34 -0700 Subject: [PATCH 1/2] Update BouncyCastle to 1.65 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 22b369c1e..d8c641f65 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ org.bouncycastle bcprov-ext-jdk15on - 1.61 + 1.65 From 190cd91266ac545ae7002d81ae36e1ebe34f3009 Mon Sep 17 00:00:00 2001 From: Wesley Rosenblum Date: Wed, 22 Apr 2020 15:31:20 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352b3656e..3419691a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ calls to `AwsCrypto.encrypt(EncryptRequest)` and `AwsCrypto.decrypt(DecryptReque * 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) * Upgrade JUnit from 4.12 to 5.5.2 [PR #151](https://github.com/aws/aws-encryption-sdk-java/pull/151) * Upgrade Mockito from 2.28.1 to 3.1.0 [PR #142](https://github.com/aws/aws-encryption-sdk-java/pull/142) +* Upgrade Bouncy Castle from 1.61 to 1.65 [PR #179](https://github.com/aws/aws-encryption-sdk-java/pull/179) ### Documentation * Added new examples demonstrating how to use