This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch branch-3.8 in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.8 by this push: new 1a316edd4 ZOOKEEPER-4891: Update logback to 1.3.15 to fix CVE-2024-12798. (branch-3.9) 1a316edd4 is described below commit 1a316edd454f5123b4f6a5389c6887f015482c05 Author: Andor Molnár <an...@apache.org> 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 <an...@apache.org> Author: anmolnar Closes #2290 from anmolnar/ZOOKEEPER-4891_39 (cherry picked from commit 1f4186e7333bbbb8424efdf0fc1e77bc931cd94e) Signed-off-by: Andor Molnar <an...@cloudera.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 936b475b5..d253db98e 100644 --- a/pom.xml +++ b/pom.xml @@ -458,8 +458,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>