You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/01/27 11:24:10 UTC

[cxf] 01/02: update to hibernate 5.4.27.Final, hibernate validator 6.1.7.Final

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit fc0b4b4c6a9684ac68d4fd3e6966f78cfefbadd4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 27 11:23:18 2021 +0000

    update to hibernate 5.4.27.Final, hibernate validator 6.1.7.Final
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c253973..5eb9ee1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -119,8 +119,8 @@
         <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.9</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.4.19.Final</cxf.hibernate.em.version>
-        <cxf.hibernate.validator.version>6.1.6.Final</cxf.hibernate.validator.version>
+        <cxf.hibernate.em.version>5.4.27.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.validator.version>6.1.7.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.asyncclient.version>4.1.4</cxf.httpcomponents.asyncclient.version>