Skip to content

Commit c56aff3

Browse files
authored
chore: Update org.bouncycastle to bcprov-ext-jdk18on (#1572)
1 parent 14b6766 commit c56aff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use the AWS Encryption SDK for Java you must have:
2929
[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).
3030

3131
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.
32-
Or, you can pick it up from Maven (groupId: `org.bouncycastle`, artifactId: `bcprov-ext-jdk15on`).
32+
Or, you can pick it up from Maven (groupId: `org.bouncycastle`, artifactId: `bcprov-ext-jdk18on`).
3333

3434
Beginning in version 1.6.1, the AWS Encryption SDK for Java also works with Bouncy Castle FIPS (groupId: `org.bouncycastle`, artifactId: `bc-fips`)
3535
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**.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
<dependency>
7070
<groupId>org.bouncycastle</groupId>
71-
<artifactId>bcprov-ext-jdk15on</artifactId>
72-
<version>1.70</version>
71+
<artifactId>bcprov-ext-jdk18on</artifactId>
72+
<version>1.72</version>
7373
</dependency>
7474

7575
<dependency>

0 commit comments

Comments
 (0)