You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/03/17 22:38:49 UTC

[cxf] 02/03: Update Hibernate to 5.6.6.Final

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

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

commit b2db8d9808e3bbd7c3440935e0542577fddb30e3
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Mar 17 13:08:12 2022 -0400

    Update Hibernate to 5.6.6.Final
    
    (cherry picked from commit e72d9fcaecc29e6c819dac43d261eaddde65fbc4)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a54151b..931449b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -119,7 +119,7 @@
         <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>4.2.4</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.6.5.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.6.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.1.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>