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

anmolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 064cf6c4d ZOOKEEPER-5057: Upgrade logback to address CVE 
vulnerabilities
064cf6c4d is described below

commit 064cf6c4d58e2ed817d444c7d17249da68fa9265
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
---
 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 5a1b50224..c1a5e96d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,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