This is an automated email from the ASF dual-hosted git repository. kgyrtkirk pushed a commit to branch 36.0.0 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 55dfcf9a83c1c65b1bdafab93c92ae7f11351814 Author: Ashwin Tumma <[email protected]> AuthorDate: Mon Jan 12 21:20:58 2026 -0800 Update bcpkix-jdk18on from 1.79 to 1.81 (#18888) Upgraded org.bouncycastle:bcpkix-jdk18on version to 1.81 to resolve SONATYPE-2025-001911 Co-authored-by: Ashwin Tumma <[email protected]> (cherry picked from commit 0e1afd7aeb2c57167a1146c894b2cade3ab7cf99) --- licenses.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/licenses.yaml b/licenses.yaml index f2d32fccaf2..d549eb5f596 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -1119,7 +1119,7 @@ name: org.bouncycastle bcprov-jdk18on license_category: binary module: extensions/druid-kubernetes-extensions license_name: MIT License -version: "1.79" +version: "1.81" libraries: - org.bouncycastle: bcprov-jdk18on - org.bouncycastle: bcprov-ext-jdk18on diff --git a/pom.xml b/pom.xml index 334dee6841e..6d9df278c9f 100644 --- a/pom.xml +++ b/pom.xml @@ -430,7 +430,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk18on</artifactId> - <version>1.79</version> + <version>1.81</version> </dependency> <!-- Transitive dependency of hive-common in druid-kerberos, druid-ranger-security and druid-iceberg-extension --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
