This is an automated email from the ASF dual-hosted git repository. cnauroth 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 a39c8d8ab ZOOKEEPER-4891: Update logback to 1.3.15 to fix CVE-2024-12798. a39c8d8ab is described below commit a39c8d8ab68aa4a1469855795d9a241a74f963f1 Author: Chris Nauroth <cnaur...@apache.org> AuthorDate: Fri Feb 14 17:53:12 2025 +0000 ZOOKEEPER-4891: Update logback to 1.3.15 to fix CVE-2024-12798. Closes #2221 Signed-off-by: Andor Molnár <an...@apache.org> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 38dd41ba4..c00c88b82 100644 --- a/pom.xml +++ b/pom.xml @@ -551,7 +551,7 @@ <!-- dependency versions --> <slf4j.version>2.0.13</slf4j.version> - <logback-version>1.3.14</logback-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>