This is an automated email from the ASF dual-hosted git repository.
pnowojski 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 253bc64 [FLINK-25891] Upgraded version of flink.shaded.version and
netty.tcnative.version
253bc64 is described below
commit 253bc6455201ac49fe1c821bc629c7c79b37c4d9
Author: Anton Kalashnikov <[email protected]>
AuthorDate: Mon Jan 31 11:41:42 2022 +0100
[FLINK-25891] Upgraded version of flink.shaded.version and
netty.tcnative.version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ecc9af1..8adac22 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>1.15-SNAPSHOT</flink.version>
- <flink.shaded.version>14.0</flink.shaded.version>
- <netty.tcnative.version>2.0.39.Final</netty.tcnative.version>
+ <flink.shaded.version>15.0</flink.shaded.version>
+ <netty.tcnative.version>2.0.44.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>