diff --git a/core/pom.xml b/core/pom.xml index 2f616d5ed4..23cccb6b19 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -149,11 +149,9 @@ v1b3-rev266-1.25.0 - org.hibernate hibernate-core - 5.3.6.Final diff --git a/pom.xml b/pom.xml index 018a101adb..b1106136e4 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 0.8.0 1.9.10 1.3 + 5.3.6.Final 2.3.0 2.28.2 @@ -249,6 +250,11 @@ kafka-clients ${kafka.version} + + org.hibernate + hibernate-core + ${hibernate.version} + net.bytebuddy byte-buddy diff --git a/serving/pom.xml b/serving/pom.xml index 3754777da0..2d0e06aa13 100644 --- a/serving/pom.xml +++ b/serving/pom.xml @@ -259,13 +259,6 @@ test - - - org.hibernate - hibernate-core - 5.4.5.Final - - com.fasterxml.jackson.dataformat