Skip to content

Commit f52c7d3

Browse files
authored
HADOOP-18613. Upgrade ZooKeeper to version 3.8.3 (#6296). Contributed by Bilwa S T.
Signed-off-by: Ayush Saxena <[email protected]>
1 parent de9fde8 commit f52c7d3

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
@@ -337,7 +337,7 @@ org.apache.kerby:kerby-xdr:2.0.3
337337
org.apache.kerby:token-provider:2.0.3
338338
org.apache.solr:solr-solrj:8.11.2
339339
org.apache.yetus:audience-annotations:0.5.0
340-
org.apache.zookeeper:zookeeper:3.7.2
340+
org.apache.zookeeper:zookeeper:3.8.3
341341
org.codehaus.jettison:jettison:1.5.4
342342
org.eclipse.jetty:jetty-annotations:9.4.53.v20231009
343343
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
@@ -103,7 +103,7 @@
103103
<hadoop-thirdparty-shaded-protobuf-prefix>${hadoop-thirdparty-shaded-prefix}.protobuf</hadoop-thirdparty-shaded-protobuf-prefix>
104104
<hadoop-thirdparty-shaded-guava-prefix>${hadoop-thirdparty-shaded-prefix}.com.google.common</hadoop-thirdparty-shaded-guava-prefix>
105105

106-
<zookeeper.version>3.7.2</zookeeper.version>
106+
<zookeeper.version>3.8.3</zookeeper.version>
107107
<curator.version>5.2.0</curator.version>
108108
<findbugs.version>3.0.5</findbugs.version>
109109
<dnsjava.version>3.4.0</dnsjava.version>
@@ -1438,6 +1438,14 @@
14381438
<groupId>org.eclipse.jetty</groupId>
14391439
<artifactId>jetty-client</artifactId>
14401440
</exclusion>
1441+
<exclusion>
1442+
<groupId>ch.qos.logback</groupId>
1443+
<artifactId>logback-core</artifactId>
1444+
</exclusion>
1445+
<exclusion>
1446+
<groupId>ch.qos.logback</groupId>
1447+
<artifactId>logback-classic</artifactId>
1448+
</exclusion>
14411449
</exclusions>
14421450
</dependency>
14431451
<dependency>
@@ -1470,6 +1478,14 @@
14701478
<groupId>org.eclipse.jetty</groupId>
14711479
<artifactId>jetty-client</artifactId>
14721480
</exclusion>
1481+
<exclusion>
1482+
<groupId>ch.qos.logback</groupId>
1483+
<artifactId>logback-core</artifactId>
1484+
</exclusion>
1485+
<exclusion>
1486+
<groupId>ch.qos.logback</groupId>
1487+
<artifactId>logback-classic</artifactId>
1488+
</exclusion>
14731489
</exclusions>
14741490
</dependency>
14751491
<dependency>

0 commit comments

Comments
 (0)