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 2023/02/06 23:46:48 UTC

[cxf] 01/05: Update Hibernate to 5.6.15.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 7afa3c470d651b73c915c3ec65ba16a30bb561e5
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Feb 6 17:01:22 2023 -0500

    Update Hibernate to 5.6.15.Final
    
    (cherry picked from commit 77bf6ad084d900e11832b5b9b15ec6291be58732)
    
    # 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 d66a500180..8178ede3fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -120,7 +120,7 @@
         <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>4.2.6</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.6.14.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.15.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.5.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>