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 2022/10/08 19:30:32 UTC

[camel] 04/05: Upgrade hibernate 5.6.12

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

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

commit 939ad1abd41a9f4df46d94063dea3c73edd1f9a8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 8 21:28:44 2022 +0200

    Upgrade hibernate 5.6.12
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 371efb7a6fe..751c79e25f9 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -251,7 +251,7 @@
     <hbase-version>2.5.0</hbase-version>
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.2.5.Final</hibernate-validator-version>
-    <hibernate-version>5.6.11.Final</hibernate-version>
+    <hibernate-version>5.6.12.Final</hibernate-version>
     <hk2-version>2.6.1</hk2-version>
     <hsqldb-version>2.7.0</hsqldb-version>
     <httpasyncclient-version>4.1.5</httpasyncclient-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 6698baad30c..f05b8fc566c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -232,7 +232,7 @@
         <hbase-version>2.5.0</hbase-version>
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.2.5.Final</hibernate-validator-version>
-        <hibernate-version>5.6.11.Final</hibernate-version>
+        <hibernate-version>5.6.12.Final</hibernate-version>
         <hk2-version>2.6.1</hk2-version>
         <hsqldb-version>2.7.0</hsqldb-version>
         <httpunit-version>1.7</httpunit-version>