Skip to content

Commit

Permalink
MINOR[Java]Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CalvinKirs committed Apr 30, 2024
1 parent 4b2cf22 commit 977b1d9
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 @@ -130,8 +130,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 977b1d9

Please sign in to comment.