From d457d19c13a4ea6b22e0029aad625b6e4ae9caf2 Mon Sep 17 00:00:00 2001 From: bitani Date: Mon, 15 Jun 2026 14:22:10 +0300 Subject: [PATCH] ZOOKEEPER-5057: Upgrade logback to address CVE vulnerabilities --- pom.xml | 2 +- ...ic-1.3.15.LICENSE.txt => logback-classic-1.5.34.LICENSE.txt} | 0 ...-core-1.3.15.LICENSE.txt => logback-core-1.5.34.LICENSE.txt} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename zookeeper-server/src/main/resources/lib/{logback-classic-1.3.15.LICENSE.txt => logback-classic-1.5.34.LICENSE.txt} (100%) rename zookeeper-server/src/main/resources/lib/{logback-core-1.3.15.LICENSE.txt => logback-core-1.5.34.LICENSE.txt} (100%) diff --git a/pom.xml b/pom.xml index 1aacd272b04..479f929e1c6 100644 --- a/pom.xml +++ b/pom.xml @@ -538,7 +538,7 @@ 2.0.13 - 1.3.15 + 1.5.34 0.12.0 1.48 5.6.2 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.34.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.34.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.34.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.34.LICENSE.txt