Skip to content

Commit

Permalink
Bump org.apache.zookeeper:zookeeper from 3.5.9 to 3.8.4 (#5186)
Browse files Browse the repository at this point in the history
* Bump org.apache.zookeeper:zookeeper from 3.5.9 to 3.8.4

Bumps org.apache.zookeeper:zookeeper from 3.5.9 to 3.8.4.

---
updated-dependencies:
- dependency-name: org.apache.zookeeper:zookeeper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update known-dependencies.txt

* use v3.9.3 due to ZOOKEEPER-4820

* need to avoid zookeeper logback dependency

* Update known-dependencies.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
  • Loading branch information
dependabot[bot] and pjfanning authored Oct 16, 2024
1 parent 903d2e5 commit 887c042
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<properties>
<revision>1.6.0</revision>

<zookeeper.version>3.5.9</zookeeper.version>
<zookeeper.version>3.9.2</zookeeper.version>
<curator.version>4.2.0</curator.version>
<hadoop.version>3.3.4</hadoop.version>
<hadoop-hdfs-client.artifact>hadoop-hdfs-client</hadoop-hdfs-client.artifact>
Expand Down Expand Up @@ -1191,6 +1191,14 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down
12 changes: 10 additions & 2 deletions tool/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ asm-analysis-9.3.jar
asm-commons-9.3.jar
asm-tree-9.3.jar
aspectjweaver-1.9.7.jar
audience-annotations-0.12.0.jar
audience-annotations-0.13.0.jar
audience-annotations-0.5.0.jar
automaton-1.11-8.jar
Expand Down Expand Up @@ -596,6 +597,13 @@ netty-resolver-dns-4.1.86.Final.jar
netty-resolver-dns-classes-macos-4.1.86.Final.jar
netty-resolver-dns-native-macos-4.1.86.Final-osx-aarch_64.jar
netty-resolver-dns-native-macos-4.1.86.Final-osx-x86_64.jar
netty-tcnative-boringssl-static-2.0.54.Final-linux-aarch_64.jar
netty-tcnative-boringssl-static-2.0.54.Final-linux-x86_64.jar
netty-tcnative-boringssl-static-2.0.54.Final-osx-aarch_64.jar
netty-tcnative-boringssl-static-2.0.54.Final-osx-x86_64.jar
netty-tcnative-boringssl-static-2.0.54.Final-windows-x86_64.jar
netty-tcnative-boringssl-static-2.0.54.Final.jar
netty-tcnative-classes-2.0.54.Final.jar
netty-transport-4.1.86.Final.jar
netty-transport-classes-epoll-4.1.86.Final.jar
netty-transport-classes-kqueue-4.1.86.Final.jar
Expand Down Expand Up @@ -802,7 +810,7 @@ zipkin-2.23.2.jar
zipkin-reporter-2.16.3.jar
zipkin-reporter-brave-2.16.3.jar
zjsonpatch-0.3.0.jar
zookeeper-3.5.9.jar
zookeeper-jute-3.5.9.jar
zookeeper-3.9.2.jar
zookeeper-jute-3.9.2.jar
zstd-jni-1.4.5-6.jar
zstd-jni-1.5.0-4.jar

0 comments on commit 887c042

Please sign in to comment.