From 32a92a9333858cad1c40cebbc5cafc4637a81504 Mon Sep 17 00:00:00 2001
From: Darwin Chowdary <39110935+imabhichow@users.noreply.github.com>
Date: Fri, 8 Dec 2023 14:17:10 -0800
Subject: [PATCH] chore(deps): udpate org.bouncycastle to bcprov-jdk18on
(#1891)
---
README.md | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 9b2373dc..be809cce 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ To use the AWS Encryption SDK for Java you must have:
[Java Cryptography Architecture (JCA) Reference Guide](https://docs.oracle.com/javase/9/security/java-cryptography-architecture-jca-reference-guide.htm#JSSEC-GUID-2BCFDD85-D533-4E6C-8CE9-29990DEB0190).
If you do not have Bouncy Castle, go to https://bouncycastle.org/latest_releases.html, then download the provider file that corresponds to your JDK.
- Or, you can pick it up from Maven (groupId: `org.bouncycastle`, artifactId: `bcprov-ext-jdk18on`).
+ Or, you can pick it up from Maven (groupId: `org.bouncycastle`, artifactId: `bcprov-jdk18on`).
Beginning in version 1.6.1, the AWS Encryption SDK for Java also works with Bouncy Castle FIPS (groupId: `org.bouncycastle`, artifactId: `bc-fips`)
as an alternative to non-FIPS Bouncy Castle. For help installing and configuring Bouncy Castle FIPS, see [BC FIPS documentation](https://www.bouncycastle.org/documentation.html), in particular, **User Guides** and **Security Policy**.
diff --git a/pom.xml b/pom.xml
index 448edeac..1da139b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,8 +97,8 @@
org.bouncycastle
- bcprov-ext-jdk18on
- 1.75
+ bcprov-jdk18on
+ 1.77