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/24 10:27:31 UTC

[camel] branch camel-3.18.x updated: ⬆️ Upgrade hsqldb (#8616)

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

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


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new ead30bac75d ⬆️ Upgrade hsqldb (#8616)
ead30bac75d is described below

commit ead30bac75d01eb76ad67b7481531ddb7093ef9c
Author: Federico Mariani <34...@users.noreply.github.com>
AuthorDate: Mon Oct 24 12:27:23 2022 +0200

    ⬆️ Upgrade hsqldb (#8616)
---
 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 e4b3774c581..95843006cda 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -259,7 +259,7 @@
     <hibernate-validator-version>6.2.5.Final</hibernate-validator-version>
     <hibernate-version>5.6.11.Final</hibernate-version>
     <hk2-version>2.6.1</hk2-version>
-    <hsqldb-version>2.6.1</hsqldb-version>
+    <hsqldb-version>2.7.1</hsqldb-version>
     <httpasyncclient-version>4.1.5</httpasyncclient-version>
     <httpclient4-version>4.5.13</httpclient4-version>
     <httpcore4-version>4.4.15</httpcore4-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 3bbc2c9873b..cb196173d7b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -240,7 +240,7 @@
         <hibernate-validator-version>6.2.5.Final</hibernate-validator-version>
         <hibernate-version>5.6.11.Final</hibernate-version>
         <hk2-version>2.6.1</hk2-version>
-        <hsqldb-version>2.6.1</hsqldb-version>
+        <hsqldb-version>2.7.1</hsqldb-version>
         <httpunit-version>1.7</httpunit-version>
         <httpcore4-version>4.4.15</httpcore4-version>
         <httpclient4-version>4.5.13</httpclient4-version>