From 17ff9511674d8e0de6b2a16d3c8288aa2493f572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20J=C3=B8rgensen?= Date: Fri, 17 Nov 2023 15:46:41 -0800 Subject: [PATCH] [SPARK-45956][BUILD] Upgrade `Apache ZooKeeper` to 3.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What changes were proposed in this pull request? Upgrade Apache ZooKeeper from 3.6.3 to 3.9.1 [Releasenotes 3.9.1](https://zookeeper.apache.org/doc/r3.9.1/releasenotes.html) ### Why are the changes needed? [CVE-2023-44981](https://nvd.nist.gov/vuln/detail/CVE-2023-44981) [9.1 CRITICAL](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?name=CVE-2023-44981&vector=AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N&version=3.1&source=NIST) [Explicit handling of DIGEST-MD5 vs GSSAPI in quorum auth](https://issues.apache.org/jira/browse/ZOOKEEPER-4753) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA ### Was this patch authored or co-authored using generative AI tooling? No. Closes #43844 from bjornjorgensen/ZooKeeper3_7_2. Authored-by: Bjørn Jørgensen Signed-off-by: Dongjoon Hyun --- dev/deps/spark-deps-hadoop-3-hive-2.3 | 7 ++++--- pom.xml | 10 +++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3 index eeb962cd62cec..cf469f12bcf95 100644 --- a/dev/deps/spark-deps-hadoop-3-hive-2.3 +++ b/dev/deps/spark-deps-hadoop-3-hive-2.3 @@ -20,7 +20,7 @@ arrow-format/14.0.1//arrow-format-14.0.1.jar arrow-memory-core/14.0.1//arrow-memory-core-14.0.1.jar arrow-memory-netty/14.0.1//arrow-memory-netty-14.0.1.jar arrow-vector/14.0.1//arrow-vector-14.0.1.jar -audience-annotations/0.5.0//audience-annotations-0.5.0.jar +audience-annotations/0.12.0//audience-annotations-0.12.0.jar avro-ipc/1.11.3//avro-ipc-1.11.3.jar avro-mapred/1.11.3//avro-mapred-1.11.3.jar avro/1.11.3//avro-1.11.3.jar @@ -197,6 +197,7 @@ netty-common/4.1.100.Final//netty-common-4.1.100.Final.jar netty-handler-proxy/4.1.100.Final//netty-handler-proxy-4.1.100.Final.jar netty-handler/4.1.100.Final//netty-handler-4.1.100.Final.jar netty-resolver/4.1.100.Final//netty-resolver-4.1.100.Final.jar +netty-tcnative-boringssl-static/2.0.61.Final//netty-tcnative-boringssl-static-2.0.61.Final.jar netty-tcnative-boringssl-static/2.0.61.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar netty-tcnative-boringssl-static/2.0.61.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar netty-tcnative-boringssl-static/2.0.61.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar @@ -262,6 +263,6 @@ xbean-asm9-shaded/4.24//xbean-asm9-shaded-4.24.jar xmlschema-core/2.3.0//xmlschema-core-2.3.0.jar xz/1.9//xz-1.9.jar zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar -zookeeper-jute/3.6.3//zookeeper-jute-3.6.3.jar -zookeeper/3.6.3//zookeeper-3.6.3.jar +zookeeper-jute/3.9.1//zookeeper-jute-3.9.1.jar +zookeeper/3.9.1//zookeeper-3.9.1.jar zstd-jni/1.5.5-7//zstd-jni-1.5.5-7.jar diff --git a/pom.xml b/pom.xml index 7615904e610fd..f8363a66abdb4 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ 3.23.4 3.11.4 ${hadoop.version} - 3.6.3 + 3.9.1 5.2.0 org.apache.hive core @@ -1871,6 +1871,14 @@ log4j log4j + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core +