From e7249087a4303a55b87a09b4d5cdac5f7da45c6b 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.37.LICENSE.txt} | 0 ...-core-1.3.15.LICENSE.txt => logback-core-1.5.37.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.37.LICENSE.txt} (100%) rename zookeeper-server/src/main/resources/lib/{logback-core-1.3.15.LICENSE.txt => logback-core-1.5.37.LICENSE.txt} (100%) diff --git a/pom.xml b/pom.xml index 1aacd272b04..2629293ceac 100644 --- a/pom.xml +++ b/pom.xml @@ -538,7 +538,7 @@ 2.0.13 - 1.3.15 + 1.5.37 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.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