This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit e2789073dc917f4e34710daf172881188edc1dcc Author: mateczagany <[email protected]> AuthorDate: Wed Nov 19 08:50:58 2025 +0100 [FLINK-38694][Build/Shaded] Update Zookeeper to 3.8.5 --- flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/pom.xml | 2 +- .../flink-shaded-zookeeper-38/src/main/resources/META-INF/NOTICE | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/pom.xml b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/pom.xml index 3b74f91..fc4de4b 100644 --- a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/pom.xml +++ b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/pom.xml @@ -33,7 +33,7 @@ under the License. <version>${zookeeper.version}-21.0</version> <properties> - <zookeeper.version>3.8.4</zookeeper.version> + <zookeeper.version>3.8.5</zookeeper.version> <curator.version>5.9.0</curator.version> </properties> diff --git a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/src/main/resources/META-INF/NOTICE b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/src/main/resources/META-INF/NOTICE index d46d0f8..337ad14 100644 --- a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/src/main/resources/META-INF/NOTICE +++ b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-38/src/main/resources/META-INF/NOTICE @@ -7,7 +7,7 @@ The Apache Software Foundation (http://www.apache.org/). This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) - com.google.guava:guava:33.4.0-jre -- commons-io:commons-io:2.11.0 +- commons-io:commons-io:2.17.0 - io.dropwizard.metrics:metrics-core:4.1.12.1 - io.netty:netty-buffer:4.2.6.Final - io.netty:netty-codec-base:4.2.6.Final @@ -21,5 +21,5 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.curator:curator-client:5.9.0 - org.apache.curator:curator-framework:5.9.0 - org.apache.curator:curator-recipes:5.9.0 -- org.apache.zookeeper:zookeeper-jute:3.8.4 -- org.apache.zookeeper:zookeeper:3.8.4 +- org.apache.zookeeper:zookeeper-jute:3.8.5 +- org.apache.zookeeper:zookeeper:3.8.5
