This is an automated email from the ASF dual-hosted git repository. alpinegizmo pushed a commit to branch 39787 in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
commit 5343d0a9dc6fed558ad14103cc2529823b663f8d Author: David Anderson <[email protected]> AuthorDate: Wed May 27 15:39:42 2026 +0200 [FLINK-39787] bump flink-shaded and netty versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6434cf1..d67ed2d 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ under the License. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <flink.version>2.3-SNAPSHOT</flink.version> - <flink.shaded.version>20.0</flink.shaded.version> - <netty.tcnative.version>2.0.62.Final</netty.tcnative.version> + <flink.shaded.version>21.0</flink.shaded.version> + <netty.tcnative.version>2.0.74.Final</netty.tcnative.version> <java.version>1.8</java.version> <scala.binary.version>2.12</scala.binary.version> <maven.compiler.source>${java.version}</maven.compiler.source>
