This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to branch branch-3.9
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.9 by this push:
     new 1f4186e73 ZOOKEEPER-4891: Update logback to 1.3.15 to fix 
CVE-2024-12798. (branch-3.9)
1f4186e73 is described below

commit 1f4186e7333bbbb8424efdf0fc1e77bc931cd94e
Author: Andor Molnár <[email protected]>
AuthorDate: Fri Aug 8 13:13:58 2025 -0500

    ZOOKEEPER-4891: Update logback to 1.3.15 to fix CVE-2024-12798. (branch-3.9)
    
    ZOOKEEPER-4891: Update logback to 1.3.15 to fix CVE-2024-12798.
    Closes #2221
    Signed-off-by: Andor Molnár <[email protected]>
    Author: anmolnar
    Closes #2290 from anmolnar/ZOOKEEPER-4891_39
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4932c874b..f466df230 100644
--- a/pom.xml
+++ b/pom.xml
@@ -550,8 +550,8 @@
     <redirectTestOutputToFile>true</redirectTestOutputToFile>
 
     <!-- dependency versions -->
-    <slf4j.version>1.7.30</slf4j.version>
-    <logback-version>1.2.13</logback-version>
+    <slf4j.version>2.0.13</slf4j.version>
+    <logback-version>1.3.15</logback-version>
     <audience-annotations.version>0.12.0</audience-annotations.version>
     <jmockit.version>1.48</jmockit.version>
     <junit.version>5.6.2</junit.version>

Reply via email to