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 2020/12/18 08:48:50 UTC

[cxf] 01/03: Updating Hibernate to 5.4.19.Final

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

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

commit 5d4ed0e4f2db23b6d6b44b62e61962815798b3c4
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Dec 17 14:57:48 2020 +0000

    Updating Hibernate to 5.4.19.Final
    
    (cherry picked from commit eded3ad6d5f716f08709f1cc57cfe339d9b61c33)
    
    # Conflicts:
    #	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 98ada6e..6987442 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@
         <cxf.guava.version>20.0</cxf.guava.version>
         <cxf.hamcrest.version>1.3</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.9</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.4.18.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.4.19.Final</cxf.hibernate.em.version>
         <cxf.hibernate.jpa.version>1.0.2.Final</cxf.hibernate.jpa.version>
         <cxf.hibernate.validator.version>5.2.5.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.4.1</cxf.hsqldb.version>