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}