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/11/09 06:39:34 UTC

[camel-karaf] branch main updated (f1c3852 -> f9aabc3)

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

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


    from f1c3852  Upgrade Spring Data Commons bundle to version 2.5.6_1
     new f964e1a  Upgrade Docker java bundle to version 3.2.12_1
     new f9aabc3  Camel-Docker feature: Upgrade Commons Compress to 1.21

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[camel-karaf] 02/02: Camel-Docker feature: Upgrade Commons Compress to 1.21

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

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

commit f9aabc3621b40fc35dd72a480916d2b82a592b03
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 07:33:36 2021 +0100

    Camel-Docker feature: Upgrade Commons Compress to 1.21
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e92d09..c60c570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
         <digitalpetri-netty-client>0.3</digitalpetri-netty-client>
         <dnsjava-bundle-version>3.4.2_1</dnsjava-bundle-version>
         <docker-java-bundle-version>3.2.12_1</docker-java-bundle-version>
-        <docker-java-commons-compress-version>1.20</docker-java-commons-compress-version>
+        <docker-java-commons-compress-version>1.21</docker-java-commons-compress-version>
         <debezium-version>1.0.0.Final</debezium-version>
         <egit-github-core-bundle-version>2.1.5_1</egit-github-core-bundle-version>
         <elasticsearch-rest-bundle-version>7.9.0_1</elasticsearch-rest-bundle-version>

[camel-karaf] 01/02: Upgrade Docker java bundle to version 3.2.12_1

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

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

commit f964e1ada1a38e487b29a112a591a19ab62faaf3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 07:29:10 2021 +0100

    Upgrade Docker java bundle to version 3.2.12_1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9959719..6e92d09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
         <digitalpetri-fsm-client>0.2</digitalpetri-fsm-client>
         <digitalpetri-netty-client>0.3</digitalpetri-netty-client>
         <dnsjava-bundle-version>3.4.2_1</dnsjava-bundle-version>
-        <docker-java-bundle-version>3.2.11_1</docker-java-bundle-version>
+        <docker-java-bundle-version>3.2.12_1</docker-java-bundle-version>
         <docker-java-commons-compress-version>1.20</docker-java-commons-compress-version>
         <debezium-version>1.0.0.Final</debezium-version>
         <egit-github-core-bundle-version>2.1.5_1</egit-github-core-bundle-version>