From 6fb71ff4d8d67a850ff040d3cbbcb3a2a9e30e9e Mon Sep 17 00:00:00 2001 From: Dongie Agnir Date: Wed, 20 Aug 2025 13:33:07 -0700 Subject: [PATCH] Update Bouncy Castle Note: these are test dependencies. Updated the artifacts to `bcpkix-jdk18on` (compatible with Java 1.8 and onwards) since `bcpkix-jdk15on` hasn't been updated since 2021 and still on 1.70. This change is okay because these are test dependencies and the SDK is baselined on Java 8. --- test/http-client-tests/pom.xml | 4 ++-- test/protocol-tests/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/http-client-tests/pom.xml b/test/http-client-tests/pom.xml index 1a1dc7127e1..e0d0eb18244 100644 --- a/test/http-client-tests/pom.xml +++ b/test/http-client-tests/pom.xml @@ -120,8 +120,8 @@ org.bouncycastle - bcpkix-jdk15on - 1.70 + bcpkix-jdk18on + 1.80 compile diff --git a/test/protocol-tests/pom.xml b/test/protocol-tests/pom.xml index 155f2e7cb6e..5712f4605b6 100644 --- a/test/protocol-tests/pom.xml +++ b/test/protocol-tests/pom.xml @@ -292,8 +292,8 @@ org.bouncycastle - bcpkix-jdk15on - 1.70 + bcpkix-jdk18on + 1.80 test