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

[camel] branch master updated: Upgrade hibernate

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70913ba  Upgrade hibernate
70913ba is described below

commit 70913ba70f6971712eeb63821177728fdbc04abe
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 31 09:34:05 2020 +0200

    Upgrade hibernate
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 34c3406..7e3540a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -242,7 +242,7 @@
         <hbase-version>2.2.3</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
-        <hibernate-version>5.4.12.Final</hibernate-version>
+        <hibernate-version>5.4.13.Final</hibernate-version>
         <hk2-version>2.5.0</hk2-version>
         <hsqldb-version>2.5.0</hsqldb-version>
         <htrace-version>3.1.0-incubating</htrace-version>