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/10/07 00:16:39 UTC

[cxf] branch main updated: Update Hibernate to 6.1.4.Final

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 08f9a8e455 Update Hibernate to 6.1.4.Final
08f9a8e455 is described below

commit 08f9a8e455896e005c508ab376a55d8edc2cc168
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Oct 6 20:16:21 2022 -0400

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

diff --git a/parent/pom.xml b/parent/pom.xml
index bf33835008..0238a92223 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -94,7 +94,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>6.1.3.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>6.1.4.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>7.0.5.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.6.1</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>