From 8776b12ecb40b15976d2657cb910ca20df27d804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:14:30 +0000 Subject: [PATCH 1/6] Bump org.bouncycastle:bcpkix-jdk18on from 1.82 to 1.84 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.82 to 1.84. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: '1.84' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eedb764b4e0..fd44699feba 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 9.5 1.23.0 1.12.0 - 1.82 + 1.84 2.9.3 org.apache.calcite 1.34.0 From f2311097c0ea47d77f75de713bb0f37700417a3b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 15 May 2026 21:36:07 +0100 Subject: [PATCH 2/6] Update maven-shade-plugin version to 3.6.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd44699feba..e4f0a546f73 100644 --- a/pom.xml +++ b/pom.xml @@ -757,7 +757,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.6.2 package From f4b71d8091962e8f2a13db367c6d0578d298d404 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 15 May 2026 22:02:40 +0100 Subject: [PATCH 3/6] Add jdependency dependency to pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e4f0a546f73..6afc6a1a01d 100644 --- a/pom.xml +++ b/pom.xml @@ -778,6 +778,11 @@ asm-commons ${asm.version} + + org.vafer + jdependency + 2.15 + From 1b113067d6a7bcfe4f73f0f0a2c3548cf428343b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 15 May 2026 22:28:51 +0100 Subject: [PATCH 4/6] Update pom.xml to configure shade plugin Added configuration to shade plugin to exclude specific Bouncy Castle version files. --- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6afc6a1a01d..f91394d776e 100644 --- a/pom.xml +++ b/pom.xml @@ -764,6 +764,16 @@ shade + + + + org.bouncycastle:bcprov-jdk18on + + META-INF/versions/25/**/*.* + + + + @@ -778,11 +788,6 @@ asm-commons ${asm.version} - - org.vafer - jdependency - 2.15 - From e11d94c7cd8e219339e58490379e50dd574babf8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 15 May 2026 22:46:35 +0100 Subject: [PATCH 5/6] Update asm.version to 9.9.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f91394d776e..6964481a6df 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 0.25 4.9.3 1.1.2 - 9.5 + 9.9.1 1.23.0 1.12.0 1.84 From 25333117df7de7264cf70539de2caa99b8bfb8f9 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 15 May 2026 23:07:46 +0100 Subject: [PATCH 6/6] Remove Bouncy Castle filter configuration Removed configuration for Bouncy Castle filter in the shading process. --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 6964481a6df..803f8409ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -764,16 +764,6 @@ shade - - - - org.bouncycastle:bcprov-jdk18on - - META-INF/versions/25/**/*.* - - - -