You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 10:16:34 UTC

[camel-spring-boot] branch master updated: Align dependencies to camel master: Hibernate version to 5.4.12.Final

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new ee76cee  Align dependencies to camel master: Hibernate version to 5.4.12.Final
ee76cee is described below

commit ee76ceeecc03a939ff5d26cbe1413ad1445f0a7d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 10:30:38 2020 +0100

    Align dependencies to camel master: Hibernate version to 5.4.12.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3679498..96b2ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
         <gson-version>2.8.5</gson-version>
         <hadoop2-version>2.7.4</hadoop2-version>
         <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
-        <hibernate-version>5.2.16.Final</hibernate-version>
+        <hibernate-version>5.4.12.Final</hibernate-version>
         <infinispan-spring-boot-version>2.2.0.Final</infinispan-spring-boot-version>
         <jackson-version>1.9.12</jackson-version>
         <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>