Skip to content

Commit 97e169a

Browse files
authored
MINOR: [Java] Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18 (apache#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]>
1 parent e4f3146 commit 97e169a

File tree

1 file changed

+2
-2
lines changed
  • java/flight/flight-sql-jdbc-core

1 file changed

+2
-2
lines changed

java/flight/flight-sql-jdbc-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126

127127
<dependency>
128128
<groupId>org.bouncycastle</groupId>
129-
<artifactId>bcpkix-jdk15on</artifactId>
130-
<version>1.70</version>
129+
<artifactId>bcpkix-jdk18on</artifactId>
130+
<version>1.78.1</version>
131131
</dependency>
132132
</dependencies>
133133

0 commit comments

Comments
 (0)