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/05/09 00:32:13 UTC

[cxf] branch master updated: Update Hibernate to 5.6.8.Final

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 214af9a6cf Update Hibernate to 5.6.8.Final
214af9a6cf is described below

commit 214af9a6cf8d90d78633226e1200f826c6ecf896
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun May 8 20:31:53 2022 -0400

    Update Hibernate to 5.6.8.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f8f2b4a7f7..c9c1628f77 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -117,7 +117,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.7.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.8.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.3.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>