You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/13 05:52:06 UTC

[camel] branch master updated (77fd2a5 -> dd323ff)

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

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


    from 77fd2a5  Sync deps
     new 7dc7729  Upgrade Hsqldb to version 2.6.0
     new dd323ff  Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit dd323ffcdb5ea61bac7b4b8cab83331fc8931c72
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 13 07:51:31 2021 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f60dcc7..2dcda70 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -265,7 +265,7 @@
     <hibernate-validator-version>6.2.0.Final</hibernate-validator-version>
     <hibernate-version>5.4.13.Final</hibernate-version>
     <hk2-version>2.6.1</hk2-version>
-    <hsqldb-version>2.5.1</hsqldb-version>
+    <hsqldb-version>2.6.0</hsqldb-version>
     <htrace-version>3.1.0-incubating</htrace-version>
     <httpasyncclient-version>4.1.4</httpasyncclient-version>
     <httpclient4-version>4.5.13</httpclient4-version>

[camel] 01/02: Upgrade Hsqldb to version 2.6.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7dc77290ab0e9ba81365bff06d51855b27ec57cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 13 07:42:54 2021 +0200

    Upgrade Hsqldb to version 2.6.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e50fca1..26143d4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -245,7 +245,7 @@
         <hibernate-validator-version>6.2.0.Final</hibernate-validator-version>
         <hibernate-version>5.4.13.Final</hibernate-version>
         <hk2-version>2.6.1</hk2-version>
-        <hsqldb-version>2.5.1</hsqldb-version>
+        <hsqldb-version>2.6.0</hsqldb-version>
         <htrace-version>3.1.0-incubating</htrace-version>
         <httpunit-version>1.7</httpunit-version>
         <httpcore4-version>4.4.14</httpcore4-version>