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 2023/07/07 08:17:04 UTC

[camel] branch main updated: Upgrade hsqldb

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 4efbfc95675 Upgrade hsqldb
4efbfc95675 is described below

commit 4efbfc95675040de8ad9d911d5080f1646d2f039
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 7 10:16:54 2023 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a95db855010..886608d3e45 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -206,7 +206,7 @@
         <hibernate-validator-version>8.0.0.Final</hibernate-validator-version>
         <hibernate-version>5.6.15.Final</hibernate-version>
         <hk2-version>2.6.1</hk2-version>
-        <hsqldb-version>2.7.1</hsqldb-version>
+        <hsqldb-version>2.7.2</hsqldb-version>
         <httpunit-version>1.7</httpunit-version>
         <httpcore-version>5.2.2</httpcore-version>
         <httpclient-version>5.1.4</httpclient-version>