Skip to content

Commit 1d91ad1

Browse files
committed
HADOOP-18613. Upgrade ZooKeeper to version 3.8.2
1 parent 88e760b commit 1d91ad1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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.2
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: 9 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.2</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>

0 commit comments

Comments
 (0)