This is an automated email from the ASF dual-hosted git repository.
ferenc-csaky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
The following commit(s) were added to refs/heads/master by this push:
new 8ea9b5b [FLINK-39570] Update dependencies to latest versions
8ea9b5b is described below
commit 8ea9b5b8e7d6fe88b4cce555aec4a7cf915674d2
Author: Mate Czagany <[email protected]>
AuthorDate: Fri Aug 21 15:24:10 2026 +0200
[FLINK-39570] Update dependencies to latest versions
---
flink-shaded-asm-9/pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 8 +-
.../src/main/resources/META-INF/NOTICE | 2 +-
.../flink-shaded-jackson-2/pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 18 ++--
.../pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 8 +-
.../flink-shaded-jsonpath/pom.xml | 2 +-
flink-shaded-jackson-parent/pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 100 ++++++++++-----------
flink-shaded-netty-tcnative-dynamic/pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 12 +--
flink-shaded-netty-tcnative-static/pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 14 +--
flink-shaded-swagger/pom.xml | 4 +-
.../src/main/resources/META-INF/NOTICE | 14 +--
.../src/main/resources/META-INF/NOTICE | 20 ++---
.../src/main/resources/META-INF/NOTICE | 20 ++---
.../src/main/resources/META-INF/NOTICE | 20 ++---
.../flink-shaded-zookeeper-38/pom.xml | 2 +-
.../src/main/resources/META-INF/NOTICE | 24 ++---
pom.xml | 6 +-
22 files changed, 143 insertions(+), 143 deletions(-)
diff --git a/flink-shaded-asm-9/pom.xml b/flink-shaded-asm-9/pom.xml
index fce8b18..0335351 100644
--- a/flink-shaded-asm-9/pom.xml
+++ b/flink-shaded-asm-9/pom.xml
@@ -35,7 +35,7 @@ under the License.
<properties>
<asm.major.version>9</asm.major.version>
- <asm.version>${asm.major.version}.9.1</asm.version>
+ <asm.version>${asm.major.version}.10.1</asm.version>
</properties>
<dependencies>
diff --git a/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
b/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
index 5e71f91..6ac1bcf 100644
--- a/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-asm-9/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 BSD license.
See bundled license files for details.
-- org.ow2.asm:asm-analysis:9.9.1
-- org.ow2.asm:asm-commons:9.9.1
-- org.ow2.asm:asm-tree:9.9.1
-- org.ow2.asm:asm:9.9.1
+- org.ow2.asm:asm-analysis:9.10.1
+- org.ow2.asm:asm-commons:9.10.1
+- org.ow2.asm:asm-tree:9.10.1
+- org.ow2.asm:asm:9.10.1
diff --git a/flink-shaded-guava-33/src/main/resources/META-INF/NOTICE
b/flink-shaded-guava-33/src/main/resources/META-INF/NOTICE
index ca8b19e..8139122 100644
--- a/flink-shaded-guava-33/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-guava-33/src/main/resources/META-INF/NOTICE
@@ -6,5 +6,5 @@ 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.5.0-jre
+- com.google.guava:guava:33.7.1-jre
- com.google.guava:failureaccess:1.0.3
diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
index e01a48e..07fe89d 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson-parent</artifactId>
- <version>2.20.1-21.0</version>
+ <version>2.22.2-21.0</version>
</parent>
<artifactId>flink-shaded-jackson${flink.ci.license.suffix}</artifactId>
diff --git
a/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
b/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
index d7c24ad..75544bc 100644
---
a/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
+++
b/flink-shaded-jackson-parent/flink-shaded-jackson-2/src/main/resources/META-INF/NOTICE
@@ -6,12 +6,12 @@ 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.fasterxml.jackson.core:jackson-annotations:2.20
-- com.fasterxml.jackson.core:jackson-core:2.20.1
-- com.fasterxml.jackson.core:jackson-databind:2.20.1
-- com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.20.1
-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.20.1
-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1
-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.20.1
-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1
-- org.yaml:snakeyaml:2.4
+- com.fasterxml.jackson.core:jackson-annotations:2.22
+- com.fasterxml.jackson.core:jackson-core:2.22.2
+- com.fasterxml.jackson.core:jackson-databind:2.22.2
+- com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.22.2
+- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.22.2
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.2
+- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.22.2
+- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.2
+- org.yaml:snakeyaml:2.5
diff --git
a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
index 58d5700..3c28ee1 100644
---
a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
+++
b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson-parent</artifactId>
- <version>2.20.1-21.0</version>
+ <version>2.22.2-21.0</version>
</parent>
<artifactId>flink-shaded-jackson-module-jsonSchema${flink.ci.license.suffix}</artifactId>
diff --git
a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE
b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE
index 71df78c..1ec8638 100644
---
a/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE
+++
b/flink-shaded-jackson-parent/flink-shaded-jackson-module-jsonSchema-2/src/main/resources/META-INF/NOTICE
@@ -6,8 +6,8 @@ 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.fasterxml.jackson.core:jackson-annotations:2.20
-- com.fasterxml.jackson.core:jackson-core:2.20.1
-- com.fasterxml.jackson.core:jackson-databind:2.20.1
-- com.fasterxml.jackson.module:jackson-module-jsonSchema:2.20.1
+- com.fasterxml.jackson.core:jackson-annotations:2.22
+- com.fasterxml.jackson.core:jackson-core:2.22.2
+- com.fasterxml.jackson.core:jackson-databind:2.22.2
+- com.fasterxml.jackson.module:jackson-module-jsonSchema:2.22.2
- javax.validation:validation-api:1.1.0.Final
diff --git a/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
b/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
index b57d3d3..c2805c1 100644
--- a/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
+++ b/flink-shaded-jackson-parent/flink-shaded-jsonpath/pom.xml
@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-jackson-parent</artifactId>
- <version>2.20.1-21.0</version>
+ <version>2.22.2-21.0</version>
</parent>
<artifactId>flink-shaded-jsonpath</artifactId>
diff --git a/flink-shaded-jackson-parent/pom.xml
b/flink-shaded-jackson-parent/pom.xml
index 4c3fbbc..e07c398 100644
--- a/flink-shaded-jackson-parent/pom.xml
+++ b/flink-shaded-jackson-parent/pom.xml
@@ -31,7 +31,7 @@ under the License.
<artifactId>flink-shaded-jackson-parent</artifactId>
<name>flink-shaded-jackson-parent</name>
<packaging>pom</packaging>
- <version>2.20.1-21.0</version>
+ <version>2.22.2-21.0</version>
<modules>
<module>flink-shaded-jackson-2</module>
diff --git a/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
b/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
index 5553a0d..8861202 100644
--- a/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-4/src/main/resources/META-INF/NOTICE
@@ -6,53 +6,53 @@ 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)
-- io.netty:netty-all:4.2.12.Final
-- io.netty:netty-buffer:4.2.12.Final
-- io.netty:netty-codec-base:4.2.12.Final
-- io.netty:netty-codec-compression:4.2.12.Final
-- io.netty:netty-codec-classes-quic:4.2.12.Final
-- io.netty:netty-codec-dns:4.2.12.Final
-- io.netty:netty-codec-haproxy:4.2.12.Final
-- io.netty:netty-codec-http3:4.2.12.Final
-- io.netty:netty-codec-http2:4.2.12.Final
-- io.netty:netty-codec-http:4.2.12.Final
-- io.netty:netty-codec-marshalling:4.2.12.Final
-- io.netty:netty-codec-memcache:4.2.12.Final
-- io.netty:netty-codec-mqtt:4.2.12.Final
-- io.netty:netty-codec-native-quic:linux-x86_64:4.2.12.Final
-- io.netty:netty-codec-native-quic:linux-aarch_64:4.2.12.Final
-- io.netty:netty-codec-native-quic:osx-x86_64:4.2.12.Final
-- io.netty:netty-codec-native-quic:osx-aarch_64:4.2.12.Final
-- io.netty:netty-codec-native-quic:windows-x86_64:4.2.12.Final
-- io.netty:netty-codec-redis:4.2.12.Final
-- io.netty:netty-codec-protobuf:4.2.12.Final
-- io.netty:netty-codec-smtp:4.2.12.Final
-- io.netty:netty-codec-socks:4.2.12.Final
-- io.netty:netty-codec-stomp:4.2.12.Final
-- io.netty:netty-codec-xml:4.2.12.Final
-- io.netty:netty-codec:4.2.12.Final
-- io.netty:netty-common:4.2.12.Final
-- io.netty:netty-handler-proxy:4.2.12.Final
-- io.netty:netty-handler-ssl-ocsp:4.2.12.Final
-- io.netty:netty-handler:4.2.12.Final
-- io.netty:netty-resolver-dns-classes-macos:4.2.12.Final
-- io.netty:netty-resolver-dns-native-macos:osx-aarch_64:4.2.12.Final
-- io.netty:netty-resolver-dns-native-macos:osx-x86_64:4.2.12.Final
-- io.netty:netty-resolver-dns:4.2.12.Final
-- io.netty:netty-resolver:4.2.12.Final
-- io.netty:netty-transport-classes-epoll:4.2.12.Final
-- io.netty:netty-transport-classes-io_uring:4.2.12.Final
-- io.netty:netty-transport-classes-kqueue:4.2.12.Final
-- io.netty:netty-transport-native-epoll:linux-aarch_64:4.2.12.Final
-- io.netty:netty-transport-native-epoll:linux-x86_64:4.2.12.Final
-- io.netty:netty-transport-native-epoll:linux-riscv64:4.2.12.Final
-- io.netty:netty-transport-native-io_uring:linux-x86_64:4.2.12.Final
-- io.netty:netty-transport-native-io_uring:linux-aarch_64:4.2.12.Final
-- io.netty:netty-transport-native-io_uring:linux-riscv64:4.2.12.Final
-- io.netty:netty-transport-native-kqueue:osx-aarch_64:4.2.12.Final
-- io.netty:netty-transport-native-kqueue:osx-x86_64:4.2.12.Final
-- io.netty:netty-transport-native-unix-common:4.2.12.Final
-- io.netty:netty-transport-rxtx:4.2.12.Final
-- io.netty:netty-transport-sctp:4.2.12.Final
-- io.netty:netty-transport-udt:4.2.12.Final
-- io.netty:netty-transport:4.2.12.Final
+- io.netty:netty-all:4.2.17.Final
+- io.netty:netty-buffer:4.2.17.Final
+- io.netty:netty-codec-base:4.2.17.Final
+- io.netty:netty-codec-compression:4.2.17.Final
+- io.netty:netty-codec-classes-quic:4.2.17.Final
+- io.netty:netty-codec-dns:4.2.17.Final
+- io.netty:netty-codec-haproxy:4.2.17.Final
+- io.netty:netty-codec-http3:4.2.17.Final
+- io.netty:netty-codec-http2:4.2.17.Final
+- io.netty:netty-codec-http:4.2.17.Final
+- io.netty:netty-codec-marshalling:4.2.17.Final
+- io.netty:netty-codec-memcache:4.2.17.Final
+- io.netty:netty-codec-mqtt:4.2.17.Final
+- io.netty:netty-codec-native-quic:linux-x86_64:4.2.17.Final
+- io.netty:netty-codec-native-quic:linux-aarch_64:4.2.17.Final
+- io.netty:netty-codec-native-quic:osx-x86_64:4.2.17.Final
+- io.netty:netty-codec-native-quic:osx-aarch_64:4.2.17.Final
+- io.netty:netty-codec-native-quic:windows-x86_64:4.2.17.Final
+- io.netty:netty-codec-redis:4.2.17.Final
+- io.netty:netty-codec-protobuf:4.2.17.Final
+- io.netty:netty-codec-smtp:4.2.17.Final
+- io.netty:netty-codec-socks:4.2.17.Final
+- io.netty:netty-codec-stomp:4.2.17.Final
+- io.netty:netty-codec-xml:4.2.17.Final
+- io.netty:netty-codec:4.2.17.Final
+- io.netty:netty-common:4.2.17.Final
+- io.netty:netty-handler-proxy:4.2.17.Final
+- io.netty:netty-handler-ssl-ocsp:4.2.17.Final
+- io.netty:netty-handler:4.2.17.Final
+- io.netty:netty-resolver-dns-classes-macos:4.2.17.Final
+- io.netty:netty-resolver-dns-native-macos:osx-aarch_64:4.2.17.Final
+- io.netty:netty-resolver-dns-native-macos:osx-x86_64:4.2.17.Final
+- io.netty:netty-resolver-dns:4.2.17.Final
+- io.netty:netty-resolver:4.2.17.Final
+- io.netty:netty-transport-classes-epoll:4.2.17.Final
+- io.netty:netty-transport-classes-io_uring:4.2.17.Final
+- io.netty:netty-transport-classes-kqueue:4.2.17.Final
+- io.netty:netty-transport-native-epoll:linux-aarch_64:4.2.17.Final
+- io.netty:netty-transport-native-epoll:linux-x86_64:4.2.17.Final
+- io.netty:netty-transport-native-epoll:linux-riscv64:4.2.17.Final
+- io.netty:netty-transport-native-io_uring:linux-x86_64:4.2.17.Final
+- io.netty:netty-transport-native-io_uring:linux-aarch_64:4.2.17.Final
+- io.netty:netty-transport-native-io_uring:linux-riscv64:4.2.17.Final
+- io.netty:netty-transport-native-kqueue:osx-aarch_64:4.2.17.Final
+- io.netty:netty-transport-native-kqueue:osx-x86_64:4.2.17.Final
+- io.netty:netty-transport-native-unix-common:4.2.17.Final
+- io.netty:netty-transport-rxtx:4.2.17.Final
+- io.netty:netty-transport-sctp:4.2.17.Final
+- io.netty:netty-transport-udt:4.2.17.Final
+- io.netty:netty-transport:4.2.17.Final
diff --git a/flink-shaded-netty-tcnative-dynamic/pom.xml
b/flink-shaded-netty-tcnative-dynamic/pom.xml
index 18d2a9f..9cd3e8a 100644
--- a/flink-shaded-netty-tcnative-dynamic/pom.xml
+++ b/flink-shaded-netty-tcnative-dynamic/pom.xml
@@ -34,7 +34,7 @@ under the License.
<properties>
<!-- This is based on the "tcnative.version" property in the netty
root pom-->
- <netty.tcnative.version>2.0.75.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.81.Final</netty.tcnative.version>
</properties>
<dependencies>
diff --git
a/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
b/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
index 6184823..85ecd31 100644
--- a/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-tcnative-dynamic/src/main/resources/META-INF/NOTICE
@@ -6,9 +6,9 @@ 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)
-- io.netty:netty-tcnative-classes:2.0.75.Final
-- io.netty:netty-tcnative:2.0.75.Final
-- io.netty:netty-tcnative:linux-x86_64-fedora:2.0.75.Final
-- io.netty:netty-tcnative:linux-x86_64:2.0.75.Final
-- io.netty:netty-tcnative:osx-x86_64:2.0.75.Final
-- io.netty:netty-tcnative:osx-aarch_64:2.0.75.Final
+- io.netty:netty-tcnative-classes:2.0.81.Final
+- io.netty:netty-tcnative:2.0.81.Final
+- io.netty:netty-tcnative:linux-x86_64-fedora:2.0.81.Final
+- io.netty:netty-tcnative:linux-x86_64:2.0.81.Final
+- io.netty:netty-tcnative:osx-x86_64:2.0.81.Final
+- io.netty:netty-tcnative:osx-aarch_64:2.0.81.Final
diff --git a/flink-shaded-netty-tcnative-static/pom.xml
b/flink-shaded-netty-tcnative-static/pom.xml
index 3795c7a..7df63fc 100644
--- a/flink-shaded-netty-tcnative-static/pom.xml
+++ b/flink-shaded-netty-tcnative-static/pom.xml
@@ -34,7 +34,7 @@ under the License.
<properties>
<!-- This is based on the "tcnative.version" property in the netty
root pom-->
- <netty.tcnative.version>2.0.75.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.81.Final</netty.tcnative.version>
</properties>
<dependencies>
diff --git
a/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
b/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
index b33fcc8..020e899 100644
--- a/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-netty-tcnative-static/src/main/resources/META-INF/NOTICE
@@ -6,10 +6,10 @@ 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)
-- io.netty:netty-tcnative-boringssl-static:2.0.75.Final
-- io.netty:netty-tcnative-boringssl-static:linux-aarch_64:2.0.75.Final
-- io.netty:netty-tcnative-boringssl-static:linux-x86_64:2.0.75.Final
-- io.netty:netty-tcnative-boringssl-static:osx-aarch_64:2.0.75.Final
-- io.netty:netty-tcnative-boringssl-static:osx-x86_64:2.0.75.Final
-- io.netty:netty-tcnative-boringssl-static:windows-x86_64:2.0.75.Final
-- io.netty:netty-tcnative-classes:2.0.75.Final
+- io.netty:netty-tcnative-boringssl-static:2.0.81.Final
+- io.netty:netty-tcnative-boringssl-static:linux-aarch_64:2.0.81.Final
+- io.netty:netty-tcnative-boringssl-static:linux-x86_64:2.0.81.Final
+- io.netty:netty-tcnative-boringssl-static:osx-aarch_64:2.0.81.Final
+- io.netty:netty-tcnative-boringssl-static:osx-x86_64:2.0.81.Final
+- io.netty:netty-tcnative-boringssl-static:windows-x86_64:2.0.81.Final
+- io.netty:netty-tcnative-classes:2.0.81.Final
diff --git a/flink-shaded-swagger/pom.xml b/flink-shaded-swagger/pom.xml
index 9449ac9..f77465c 100644
--- a/flink-shaded-swagger/pom.xml
+++ b/flink-shaded-swagger/pom.xml
@@ -33,7 +33,7 @@ under the License.
<name>flink-shaded-swagger</name>
<properties>
- <swagger.core.version>2.2.41</swagger.core.version>
+ <swagger.core.version>2.2.53</swagger.core.version>
</properties>
<dependencies>
@@ -55,7 +55,7 @@ under the License.
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>2.4</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
diff --git a/flink-shaded-swagger/src/main/resources/META-INF/NOTICE
b/flink-shaded-swagger/src/main/resources/META-INF/NOTICE
index b8ce1e3..c994206 100644
--- a/flink-shaded-swagger/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-swagger/src/main/resources/META-INF/NOTICE
@@ -6,14 +6,14 @@ 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.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1
-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1
-- io.swagger.core.v3:swagger-annotations:2.2.41
-- io.swagger.core.v3:swagger-core:2.2.41
-- io.swagger.core.v3:swagger-models:2.2.41
+- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.22.2
+- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.2
+- io.swagger.core.v3:swagger-annotations:2.2.53
+- io.swagger.core.v3:swagger-core:2.2.53
+- io.swagger.core.v3:swagger-models:2.2.53
- jakarta.validation:jakarta.validation-api:2.0.2
-- org.apache.commons:commons-lang3:3.18.0
-- org.yaml:snakeyaml:2.4
+- org.apache.commons:commons-lang3:3.20.0
+- org.yaml:snakeyaml:2.6
This project bundles the following dependencies under the Eclipse Distribution
License 1.0 (https://www.eclipse.org/org/documents/edl-v10.php)
diff --git
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/src/main/resources/META-INF/NOTICE
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/src/main/resources/META-INF/NOTICE
index c365be0..4f85ec9 100644
---
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/src/main/resources/META-INF/NOTICE
+++
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-35/src/main/resources/META-INF/NOTICE
@@ -6,16 +6,16 @@ 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.5.0-jre
-- io.netty:netty-buffer:4.2.12.Final
-- io.netty:netty-codec-base:4.2.12.Final
-- io.netty:netty-common:4.2.12.Final
-- io.netty:netty-handler:4.2.12.Final
-- io.netty:netty-resolver:4.2.12.Final
-- io.netty:netty-transport-classes-epoll:4.2.12.Final
-- io.netty:netty-transport-native-epoll:4.2.12.Final
-- io.netty:netty-transport-native-unix-common:4.2.12.Final
-- io.netty:netty-transport:4.2.12.Final
+- com.google.guava:guava:33.7.1-jre
+- io.netty:netty-buffer:4.2.17.Final
+- io.netty:netty-codec-base:4.2.17.Final
+- io.netty:netty-common:4.2.17.Final
+- io.netty:netty-handler:4.2.17.Final
+- io.netty:netty-resolver:4.2.17.Final
+- io.netty:netty-transport-classes-epoll:4.2.17.Final
+- io.netty:netty-transport-native-epoll:4.2.17.Final
+- io.netty:netty-transport-native-unix-common:4.2.17.Final
+- io.netty:netty-transport:4.2.17.Final
- org.apache.curator:curator-client:5.9.0
- org.apache.curator:curator-framework:5.9.0
- org.apache.curator:curator-recipes:5.9.0
diff --git
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
index a3cdfa0..3586818 100644
---
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
+++
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
@@ -6,17 +6,17 @@ 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.5.0-jre
+- com.google.guava:guava:33.7.1-jre
- io.dropwizard.metrics:metrics-core:3.2.5
-- io.netty:netty-buffer:4.2.12.Final
-- io.netty:netty-codec-base:4.2.12.Final
-- io.netty:netty-common:4.2.12.Final
-- io.netty:netty-handler:4.2.12.Final
-- io.netty:netty-resolver:4.2.12.Final
-- io.netty:netty-transport-classes-epoll:4.2.12.Final
-- io.netty:netty-transport-native-epoll:4.2.12.Final
-- io.netty:netty-transport-native-unix-common:4.2.12.Final
-- io.netty:netty-transport:4.2.12.Final
+- io.netty:netty-buffer:4.2.17.Final
+- io.netty:netty-codec-base:4.2.17.Final
+- io.netty:netty-common:4.2.17.Final
+- io.netty:netty-handler:4.2.17.Final
+- io.netty:netty-resolver:4.2.17.Final
+- io.netty:netty-transport-classes-epoll:4.2.17.Final
+- io.netty:netty-transport-native-epoll:4.2.17.Final
+- io.netty:netty-transport-native-unix-common:4.2.17.Final
+- io.netty:netty-transport:4.2.17.Final
- org.apache.curator:curator-client:5.9.0
- org.apache.curator:curator-framework:5.9.0
- org.apache.curator:curator-recipes:5.9.0
diff --git
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-37/src/main/resources/META-INF/NOTICE
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-37/src/main/resources/META-INF/NOTICE
index 21e3ceb..0a991bc 100644
---
a/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-37/src/main/resources/META-INF/NOTICE
+++
b/flink-shaded-zookeeper-parent/flink-shaded-zookeeper-37/src/main/resources/META-INF/NOTICE
@@ -6,17 +6,17 @@ 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.5.0-jre
+- com.google.guava:guava:33.7.1-jre
- io.dropwizard.metrics:metrics-core:4.1.12.1
-- io.netty:netty-buffer:4.2.12.Final
-- io.netty:netty-codec-base:4.2.12.Final
-- io.netty:netty-common:4.2.12.Final
-- io.netty:netty-handler:4.2.12.Final
-- io.netty:netty-resolver:4.2.12.Final
-- io.netty:netty-transport-classes-epoll:4.2.12.Final
-- io.netty:netty-transport-native-epoll:4.2.12.Final
-- io.netty:netty-transport-native-unix-common:4.2.12.Final
-- io.netty:netty-transport:4.2.12.Final
+- io.netty:netty-buffer:4.2.17.Final
+- io.netty:netty-codec-base:4.2.17.Final
+- io.netty:netty-common:4.2.17.Final
+- io.netty:netty-handler:4.2.17.Final
+- io.netty:netty-resolver:4.2.17.Final
+- io.netty:netty-transport-classes-epoll:4.2.17.Final
+- io.netty:netty-transport-native-epoll:4.2.17.Final
+- io.netty:netty-transport-native-unix-common:4.2.17.Final
+- io.netty:netty-transport:4.2.17.Final
- org.apache.curator:curator-client:5.9.0
- org.apache.curator:curator-framework:5.9.0
- org.apache.curator:curator-recipes:5.9.0
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 c1deec6..178623b 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.5</zookeeper.version>
+ <zookeeper.version>3.8.6</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 30e96b7..da081bc 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
@@ -6,20 +6,20 @@ 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.5.0-jre
+- com.google.guava:guava:33.7.1-jre
- commons-io:commons-io:2.17.0
- io.dropwizard.metrics:metrics-core:4.1.12.1
-- io.netty:netty-buffer:4.2.12.Final
-- io.netty:netty-codec-base:4.2.12.Final
-- io.netty:netty-common:4.2.12.Final
-- io.netty:netty-handler:4.2.12.Final
-- io.netty:netty-resolver:4.2.12.Final
-- io.netty:netty-transport-classes-epoll:4.2.12.Final
-- io.netty:netty-transport-native-epoll:4.2.12.Final
-- io.netty:netty-transport-native-unix-common:4.2.12.Final
-- io.netty:netty-transport:4.2.12.Final
+- io.netty:netty-buffer:4.2.17.Final
+- io.netty:netty-codec-base:4.2.17.Final
+- io.netty:netty-common:4.2.17.Final
+- io.netty:netty-handler:4.2.17.Final
+- io.netty:netty-resolver:4.2.17.Final
+- io.netty:netty-transport-classes-epoll:4.2.17.Final
+- io.netty:netty-transport-native-epoll:4.2.17.Final
+- io.netty:netty-transport-native-unix-common:4.2.17.Final
+- io.netty:netty-transport:4.2.17.Final
- 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.5
-- org.apache.zookeeper:zookeeper:3.8.5
+- org.apache.zookeeper:zookeeper-jute:3.8.6
+- org.apache.zookeeper:zookeeper:3.8.6
diff --git a/pom.xml b/pom.xml
index ec10dff..e553696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,10 +63,10 @@ under the License.
<properties>
<shading.prefix>org.apache.flink.shaded</shading.prefix>
<shading.prefix-directory>org/apache/flink/shaded</shading.prefix-directory>
- <netty.version>4.2.12.Final</netty.version>
- <jackson.version>2.20.1</jackson.version>
+ <netty.version>4.2.17.Final</netty.version>
+ <jackson.version>2.22.2</jackson.version>
<jsonpath.version>2.10.0</jsonpath.version>
- <guava.version>33.5.0-jre</guava.version>
+ <guava.version>33.7.1-jre</guava.version>
<!-- The license check requires the artifactId to match the directory
that the module resides in.
This is not the case for several modules in flink-shaded for
legacy reasons.
This property can be used by modules to add a suffix to the
artifactId to match the directory name on CI