This is an automated email from the ASF dual-hosted git repository.
alpinegizmo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
The following commit(s) were added to refs/heads/master by this push:
new bbccee6 [FLINK-39443][release] Update master to 2.4-SNAPSHOT
bbccee6 is described below
commit bbccee66dd2ba5e08c22cf4c0c5b6e7d08712790
Author: David Anderson <[email protected]>
AuthorDate: Thu May 28 11:50:21 2026 +0200
[FLINK-39443][release] Update master to 2.4-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6434cf1..00b0146 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <flink.version>2.3-SNAPSHOT</flink.version>
+ <flink.version>2.4-SNAPSHOT</flink.version>
<flink.shaded.version>20.0</flink.shaded.version>
<netty.tcnative.version>2.0.62.Final</netty.tcnative.version>
<java.version>1.8</java.version>