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

asf-gitbox-commits 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 758f4882e ZOOKEEPER-5057: Upgrade logback to address CVE 
vulnerabilities
758f4882e is described below

commit 758f4882e493ba56776eaa6054812ea295479ffc
Author: Badreddine Itani <[email protected]>
AuthorDate: Thu Jul 9 22:56:25 2026 +0300

    ZOOKEEPER-5057: Upgrade logback to address CVE vulnerabilities
    
    Reviewers: anmolnar, PDavid
    Author: BadreddineItani
    Closes #2412 from BadreddineItani/ZOOKEEPER-5057
    
    (cherry picked from commit 064cf6c4d58e2ed817d444c7d17249da68fa9265)
    Signed-off-by: Andor Molnar <[email protected]>
---
 pom.xml                                                                 | 2 +-
 ...ck-classic-1.3.15.LICENSE.txt => logback-classic-1.5.37.LICENSE.txt} | 0
 ...{logback-core-1.3.15.LICENSE.txt => logback-core-1.5.37.LICENSE.txt} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67b84e563..fcc677b9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,7 +551,7 @@
 
     <!-- dependency versions -->
     <slf4j.version>2.0.13</slf4j.version>
-    <logback-version>1.3.15</logback-version>
+    <logback-version>1.5.37</logback-version>
     <audience-annotations.version>0.12.0</audience-annotations.version>
     <jmockit.version>1.48</jmockit.version>
     <junit.version>5.6.2</junit.version>
diff --git 
a/zookeeper-server/src/main/resources/lib/logback-classic-1.3.15.LICENSE.txt 
b/zookeeper-server/src/main/resources/lib/logback-classic-1.5.37.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/logback-classic-1.3.15.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/logback-classic-1.5.37.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/logback-core-1.3.15.LICENSE.txt 
b/zookeeper-server/src/main/resources/lib/logback-core-1.5.37.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/logback-core-1.3.15.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/logback-core-1.5.37.LICENSE.txt

Reply via email to