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 2020/12/01 06:50:42 UTC

[camel] branch master updated (e32bd84 -> 6dd360c)

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 e32bd84  CAMEL-15704: camel-csimple - Compiled simple language.
     new 42f52e5  Upgrade Hk2 to version 2.6.0
     new 6dd360c  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] 01/02: Upgrade Hk2 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 42f52e59260c220b69dd7727490b5e54fe292587
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 1 07:34:53 2020 +0100

    Upgrade Hk2 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 4d0a6ff..92203c9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,7 +237,7 @@
         <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
         <hibernate-validator-version>6.1.6.Final</hibernate-validator-version>
         <hibernate-version>5.4.13.Final</hibernate-version>
-        <hk2-version>2.5.0</hk2-version>
+        <hk2-version>2.6.1</hk2-version>
         <hsqldb-version>2.5.1</hsqldb-version>
         <htrace-version>3.1.0-incubating</htrace-version>
         <httpunit-version>1.7</httpunit-version>


[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 6dd360ce24921f5d9302315c97cc2ef4d563e250
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 1 07:36:29 2020 +0100

    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 6e09bca..c65140c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -257,7 +257,7 @@
     <hdrhistrogram-version>2.1.11</hdrhistrogram-version>
     <hibernate-validator-version>6.1.6.Final</hibernate-validator-version>
     <hibernate-version>5.4.13.Final</hibernate-version>
-    <hk2-version>2.5.0</hk2-version>
+    <hk2-version>2.6.1</hk2-version>
     <hsqldb-version>2.5.1</hsqldb-version>
     <htrace-version>3.1.0-incubating</htrace-version>
     <httpasyncclient-version>4.1.4</httpasyncclient-version>