diff --git a/core/pom.xml b/core/pom.xml index c4679df5f5..f28a1fa28b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -157,11 +157,9 @@ v1b3-rev266-1.25.0 - org.hibernate hibernate-core - 5.3.6.Final diff --git a/pom.xml b/pom.xml index 0f1b5c9482..3211d58529 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 ce4ee6f49c..c7a30166f6 100644 --- a/serving/pom.xml +++ b/serving/pom.xml @@ -267,13 +267,6 @@ test - - - org.hibernate - hibernate-core - 5.4.5.Final - - com.fasterxml.jackson.dataformat