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)

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

diff --git a/opendj-embedded/pom.xml b/opendj-embedded/pom.xml
index 001a498..8093ae8 100644
--- a/opendj-embedded/pom.xml
+++ b/opendj-embedded/pom.xml
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
-            <version>1.5.26</version>
+            <version>1.5.29</version>
             <exclusions>
                 <exclusion>
                     <artifactId>slf4j-api</artifactId>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.5.26</version>
+            <version>1.5.29</version>
             <exclusions>
                 <exclusion>
                     <artifactId>slf4j-api</artifactId>

--
Gitblit v1.10.0