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:41 UTC

[camel] branch main updated: ⬆️ Upgrade hsqldb (#8615)

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


The following commit(s) were added to refs/heads/main by this push:
     new b1224d9200a ⬆️ Upgrade hsqldb (#8615)
b1224d9200a is described below

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

    ⬆️ Upgrade hsqldb (#8615)
---
 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 8d2276db549..7982e9e8af7 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -255,7 +255,7 @@
     <hibernate-validator-version>6.2.5.Final</hibernate-validator-version>
     <hibernate-version>5.6.12.Final</hibernate-version>
     <hk2-version>2.6.1</hk2-version>
-    <hsqldb-version>2.7.0</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 7bd94edc004..5731f47a23c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -235,7 +235,7 @@
         <hibernate-validator-version>6.2.5.Final</hibernate-validator-version>
         <hibernate-version>5.6.12.Final</hibernate-version>
         <hk2-version>2.6.1</hk2-version>
-        <hsqldb-version>2.7.0</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>