From 068731861cd6f779242add20ebde73500212adcb Mon Sep 17 00:00:00 2001
From: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Date: Wed, 22 Apr 2026 11:50:58 +0000
Subject: [PATCH] chore: bump Bouncy Castle FIPS dependency versions to latest patch releases

---
 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