Skip to content

Commit

Permalink
MINOR: [Java] Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18 (ap…
Browse files Browse the repository at this point in the history
…ache#41458)

### Rationale for this change

Since bcpkix-jdk15on is no longer being maintained and bcpkix-jdkon18 is fully compatible with it, we can replace bcpkix-jdk15on with bcpkix-jdkon18. This will ensure continued support and security for our applications.
FYI: https://www.bouncycastle.org/latest_releases.html

### What changes are included in this PR?

- Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18
### Are these changes tested?

- yes

We used the JcaPEMWriter class to convert certificates stored within a KeyStore object into PEM format and subsequently write them to a designated JcaPEMWriter object. Existing test suites provide comprehensive coverage for this functionality.

Authored-by: Calvin Kirs <[email protected]>
Signed-off-by: David Li <[email protected]>
  • Loading branch information
CalvinKirs authored and rok committed May 8, 2024
1 parent 52283ee commit fede7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/flight/flight-sql-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit fede7a2

Please sign in to comment.