From 3286bf1f0684eba8443bce0a4584f9aa5ae1d0ae Mon Sep 17 00:00:00 2001 From: "Ch.-David Blot" Date: Mon, 12 Jan 2026 14:34:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20upgrade=20bouncyca?= =?UTF-8?q?stle=20bcpkix=20to=20jdk18on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sbom/pom.xml | 4 ++-- sdk/pom.xml | 2 +- sdk/templates/pom.mustache | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbom/pom.xml b/sbom/pom.xml index 6d178cd3..0baad32b 100644 --- a/sbom/pom.xml +++ b/sbom/pom.xml @@ -104,8 +104,8 @@ org.bouncycastle - bcpkix-jdk15on - 1.70 + bcpkix-jdk18on + 1.83 diff --git a/sdk/pom.xml b/sdk/pom.xml index 44a36f4c..74005bf1 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -336,7 +336,7 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on com.squareup.okhttp3 diff --git a/sdk/templates/pom.mustache b/sdk/templates/pom.mustache index f7012622..e252f63f 100644 --- a/sdk/templates/pom.mustache +++ b/sdk/templates/pom.mustache @@ -304,7 +304,7 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on com.squareup.okhttp3