Skip to content

Commit

Permalink
Fixes #387 by moving to latest Bouncy Castle for Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tpearson-akamai authored and Hakky54 committed Oct 6, 2023
1 parent e4fe009 commit c629e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sslcontext-kickstart-for-pem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</developers>

<properties>
<version.bouncy-castle>1.70</version.bouncy-castle>
<version.bouncy-castle>1.76</version.bouncy-castle>
</properties>

<dependencies>
Expand All @@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${version.bouncy-castle}</version>
</dependency>

Expand Down

0 comments on commit c629e7b

Please sign in to comment.