From dd09f113b30403cb8b1407d716f75cc52feba208 Mon Sep 17 00:00:00 2001 From: siddr Date: Tue, 29 Oct 2024 00:46:14 +0530 Subject: [PATCH] [FLINK-36617] migrate kyro package --- flink-core/pom.xml | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flink-core/pom.xml b/flink-core/pom.xml index 7373463b30741..3c4e1295d2ab3 100644 --- a/flink-core/pom.xml +++ b/flink-core/pom.xml @@ -112,7 +112,7 @@ under the License. - com.esotericsoftware.kryo + com.esotericsoftware kryo diff --git a/pom.xml b/pom.xml index a577adcfc333b..61dfc9e47aa77 100644 --- a/pom.xml +++ b/pom.xml @@ -213,6 +213,7 @@ under the License. **/*Test.* + 4.0.3 @@ -756,9 +757,9 @@ under the License. - com.esotericsoftware.kryo + com.esotericsoftware kryo - 2.24.0 + ${kryo.version}