Skip to content

Commit

Permalink
Use Bouncycastle jdk18on instead of jdk15on (apache#4028)
Browse files Browse the repository at this point in the history
### Motivation

bouncycastle jdk15 on is deprecated in bcgit/bc-java#1139

we can switch to bouncycastle jdk18on

### Changes

Use Bouncycastle jdk18on instead of jdk15on
  • Loading branch information
shoothzj authored and Anup Ghatage committed Jul 12, 2024
1 parent f203422 commit f582eb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/backward-compat/bc-non-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<packaging>jar</packaging>
<name>Apache BookKeeper :: Tests :: Backward Compatibility :: Test Bouncy Castle Provider load non FIPS version</name>
<properties>
<bc-non-fips.version>1.68</bc-non-fips.version>
<bc-non-fips.version>1.75</bc-non-fips.version>
</properties>

<dependencies>
Expand All @@ -54,13 +54,13 @@

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bc-non-fips.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<artifactId>bcprov-ext-jdk18on</artifactId>
<version>${bc-non-fips.version}</version>
</dependency>

Expand Down

0 comments on commit f582eb8

Please sign in to comment.