Skip to content

Commit bd63358

Browse files
authored
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
1 parent 0c3c9d1 commit bd63358

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

LICENSE-binary

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ org.apache.kerby:kerby-util:1.0.1
341341
org.apache.kerby:kerby-xdr:1.0.1
342342
org.apache.kerby:token-provider:1.0.1
343343
org.apache.yetus:audience-annotations:0.5.0
344-
org.apache.zookeeper:zookeeper:3.7.2
344+
org.apache.zookeeper:zookeeper:3.8.4
345345
org.codehaus.jettison:jettison:1.5.4
346346
org.eclipse.jetty:jetty-annotations:9.4.53.v20231009
347347
org.eclipse.jetty:jetty-http:9.4.53.v20231009

hadoop-project/pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<hadoop-thirdparty-shaded-protobuf-prefix>${hadoop-thirdparty-shaded-prefix}.protobuf</hadoop-thirdparty-shaded-protobuf-prefix>
106106
<hadoop-thirdparty-shaded-guava-prefix>${hadoop-thirdparty-shaded-prefix}.com.google.common</hadoop-thirdparty-shaded-guava-prefix>
107107

108-
<zookeeper.version>3.7.2</zookeeper.version>
108+
<zookeeper.version>3.8.4</zookeeper.version>
109109
<curator.version>5.2.0</curator.version>
110110
<findbugs.version>3.0.5</findbugs.version>
111111
<dnsjava.version>2.1.7</dnsjava.version>
@@ -1415,6 +1415,14 @@
14151415
<groupId>log4j</groupId>
14161416
<artifactId>log4j</artifactId>
14171417
</exclusion>
1418+
<exclusion>
1419+
<groupId>ch.qos.logback</groupId>
1420+
<artifactId>logback-core</artifactId>
1421+
</exclusion>
1422+
<exclusion>
1423+
<groupId>ch.qos.logback</groupId>
1424+
<artifactId>logback-classic</artifactId>
1425+
</exclusion>
14181426
<exclusion>
14191427
<groupId>org.slf4j</groupId>
14201428
<artifactId>slf4j-api</artifactId>
@@ -1463,6 +1471,14 @@
14631471
<groupId>log4j</groupId>
14641472
<artifactId>log4j</artifactId>
14651473
</exclusion>
1474+
<exclusion>
1475+
<groupId>ch.qos.logback</groupId>
1476+
<artifactId>logback-core</artifactId>
1477+
</exclusion>
1478+
<exclusion>
1479+
<groupId>ch.qos.logback</groupId>
1480+
<artifactId>logback-classic</artifactId>
1481+
</exclusion>
14661482
<exclusion>
14671483
<groupId>org.slf4j</groupId>
14681484
<artifactId>slf4j-log4j12</artifactId>

0 commit comments

Comments
 (0)