This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 7a9a2b22229e HADOOP-19116. Update to zookeeper client 3.8.4 due to CVE-2024-23944. (#6638) 7a9a2b22229e is described below commit 7a9a2b22229eca48993064f73a9b9e130f20d665 Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Mon Mar 25 16:10:56 2024 +0100 HADOOP-19116. Update to zookeeper client 3.8.4 due to CVE-2024-23944. (#6638) Updated ZK client dependency to 3.8.4 to address CVE-2024-23944. Contributed by PJ Fanning --- LICENSE-binary | 2 +- hadoop-project/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 18e7e432b5f8..eec6fa9bf6ce 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -340,7 +340,7 @@ org.apache.sshd:sshd-core:2.11.0 org.apache.sshd:sshd-sftp:2.11.0 org.apache.solr:solr-solrj:8.11.2 org.apache.yetus:audience-annotations:0.5.0 -org.apache.zookeeper:zookeeper:3.8.3 +org.apache.zookeeper:zookeeper:3.8.4 org.codehaus.jettison:jettison:1.5.4 org.eclipse.jetty:jetty-annotations:9.4.53.v20231009 org.eclipse.jetty:jetty-http:9.4.53.v20231009 diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index b0d81bbec899..e75aedbc6222 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -103,7 +103,7 @@ <hadoop-thirdparty-shaded-protobuf-prefix>${hadoop-thirdparty-shaded-prefix}.protobuf</hadoop-thirdparty-shaded-protobuf-prefix> <hadoop-thirdparty-shaded-guava-prefix>${hadoop-thirdparty-shaded-prefix}.com.google.common</hadoop-thirdparty-shaded-guava-prefix> - <zookeeper.version>3.8.3</zookeeper.version> + <zookeeper.version>3.8.4</zookeeper.version> <curator.version>5.2.0</curator.version> <findbugs.version>3.0.5</findbugs.version> <dnsjava.version>3.4.0</dnsjava.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org