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/01/22 16:57:01 UTC

[cxf] branch master updated: Update Hibernate to 5.6.4.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 e2715ce  Update Hibernate to 5.6.4.Final
e2715ce is described below

commit e2715ce04e357b3971e7b7f253159da9ec854f23
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 22 11:56:44 2022 -0500

    Update Hibernate to 5.6.4.Final
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index fa3576c..190976e 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,7 +30,7 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>2.6.2</spring.boot.version>
+        <spring.boot.version>2.6.3</spring.boot.version>
         <spring.cloud.eureka.version>3.1.0</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
         <cxf.netty.version>4.1.73.Final</cxf.netty.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0ca6bc3..e6afa17 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.1.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.6.4.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.0.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>