From 1a47132f6c2b062e84dd1ce1001fd10005eba998 Mon Sep 17 00:00:00 2001
From: Copilot <198982749+Copilot@users.noreply.github.com>
Date: Mon, 27 Apr 2026 14:02:41 +0000
Subject: [PATCH] chore: bump Bouncy Castle FIPS deps to latest 2.1.x patch releases (#637)

---
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 55422cf..b24a38a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
         <freemarker.version>2.3.34</freemarker.version>
         <metrics-core.version>4.2.30</metrics-core.version>
         <bc.fips.version>2.1.2</bc.fips.version>
-        <bctls.fips.version>2.1.22</bctls.fips.version>
-        <bcpkix.fips.version>2.1.10</bcpkix.fips.version>
+        <bctls.fips.version>2.1.23</bctls.fips.version>
+        <bcpkix.fips.version>2.1.11</bcpkix.fips.version>
         <maven.compiler.target>11</maven.compiler.target>
         <maven.compiler.source>11</maven.compiler.source>
         <!-- OSGi bundles properties -->

--
Gitblit v1.10.0