This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch hotfix-bump-flink-shaded in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
commit ee12d341783409d781f0feea49e5bfa176200cef Author: Matthias Pohl <[email protected]> AuthorDate: Fri Feb 9 14:14:56 2024 +0100 [hotfix] Bumps Flink snapshot version and related flink-shaded version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9d6de86..84a093d 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ under the License. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <flink.version>1.19-SNAPSHOT</flink.version> - <flink.shaded.version>16.1</flink.shaded.version> + <flink.version>1.20-SNAPSHOT</flink.version> + <flink.shaded.version>17.0</flink.shaded.version> <netty.tcnative.version>2.0.54.Final</netty.tcnative.version> <java.version>1.8</java.version> <scala.binary.version>2.12</scala.binary.version>
