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/01/22 20:00:36 UTC

[cxf] 01/02: Update Hibernate to 5.6.4.Final

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

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

commit e18bf640f39e81b083af946652db9eabb5352c7e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 22 11:56:44 2022 -0500

    Update Hibernate to 5.6.4.Final
    
    (cherry picked from commit e2715ce04e357b3971e7b7f253159da9ec854f23)
    (cherry picked from commit 5cdd7e21e3f0cb31d6ff89380af3cd6330d0ea9d)
    
    # Conflicts:
    #	distribution/src/main/release/samples/pom.xml
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bd0c37d..a5ec528 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -122,7 +122,7 @@
         <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.6.1.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.4.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.0.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>