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/08/13 17:16:57 UTC

[cxf] 02/05: Update to hibernate em 5.4.18.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 0d7a8bd1a509c731334ae9b4334208eab851980e
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Jul 9 17:16:37 2020 +0300

    Update to hibernate em 5.4.18.Final
    
    (cherry picked from commit 9c6958cee3e57912b07cd3907b3aa649e797b29f)
    
    # 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 bddfb79..3200123 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -119,7 +119,7 @@
         <cxf.guava.version>20.0</cxf.guava.version>
         <cxf.hamcrest.version>1.3</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.7</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.4.8.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.4.18.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>