From 586704a82f420874b18219bf80599bc4bc2d67e6 Mon Sep 17 00:00:00 2001
From: Prashant <prashant.thakre@gmail.com>
Date: Sun, 15 Feb 2026 08:09:56 +0000
Subject: [PATCH] CVE‐2025‐12194 While the situation with the JVM garbage collector overrun for Java 17 and Java 21 greatly improved with the changes in 2.1.1, we’ve still had some reports that can only be related to the use of the disposal daemon (#593)

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

diff --git a/pom.xml b/pom.xml
index 3b25a58..6085559 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.20</bctls.fips.version>
-        <bcpkix.fips.version>2.1.9</bcpkix.fips.version>
+        <bctls.fips.version>2.1.22</bctls.fips.version>
+        <bcpkix.fips.version>2.1.10</bcpkix.fips.version>
         <maven.compiler.target>11</maven.compiler.target>
         <maven.compiler.source>11</maven.compiler.source>
         <!-- OSGi bundles properties -->

--
Gitblit v1.10.0