From e15965a79503f8848f3144bcbc16aadd000230bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:56:33 +0000 Subject: [PATCH 1/3] Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 Bumps [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.78.1 to 1.79. - [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.79' 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 60f7ec19604..57d2f89c939 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 9.5 1.23.0 1.12.0 - 1.78.1 + 1.79 2.9.3 org.apache.calcite 1.34.0 From 248eeb7ba9da5346c1f97b1c4337a5e7be81b22c Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 5 Nov 2025 23:57:29 +0100 Subject: [PATCH 2/3] Update Bouncy Castle version to 1.82 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57d2f89c939..e7a48328e0c 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 9.5 1.23.0 1.12.0 - 1.79 + 1.82 2.9.3 org.apache.calcite 1.34.0 From f4d6ba9315974dcb9490a4f69ebd973c70e928da Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 6 Nov 2025 09:26:20 +0100 Subject: [PATCH 3/3] Increase jdbc-all-jar.maxsize to 58000000 --- exec/jdbc-all/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index acb01a7b046..e5211f6db96 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -33,7 +33,7 @@ "package.namespace.prefix" equals to "oadd.". It can be overridden if necessary within any profile --> oadd. - 56000000 + 58000000