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/09/02 05:51:02 UTC

[camel] branch master updated (2e747d9 -> 01f9d02)

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 2e747d9  Regen and sync properties
     new 0ed4fb1  Upgrade Commons codec to version 1.15
     new 01f9d02  Sync Properties

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 Properties

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 01f9d025bda0e86cfc8296364a5e50f3d6dd28f0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 07:33:46 2020 +0200

    Sync Properties
---
 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 ac5ccf0..de02d51 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -127,7 +127,7 @@
     <cometd-java-server>4.0.4</cometd-java-server>
     <commons-beanutils-version>1.9.4</commons-beanutils-version>
     <commons-cli-version>1.4</commons-cli-version>
-    <commons-codec-version>1.14</commons-codec-version>
+    <commons-codec-version>1.15</commons-codec-version>
     <commons-collections-version>3.2.2</commons-collections-version>
     <commons-collections4-version>4.4</commons-collections4-version>
     <commons-compress-version>1.19</commons-compress-version>


[camel] 01/02: Upgrade Commons codec to version 1.15

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 0ed4fb1deb853b1f1309b0b2c979faaa2d7922fc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 07:31:24 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2d273ea..83c624d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -109,7 +109,7 @@
         <cometd-java-client-version>4.0.4</cometd-java-client-version>
         <cometd-java-server>4.0.4</cometd-java-server>
         <commons-beanutils-version>1.9.4</commons-beanutils-version>
-        <commons-codec-version>1.14</commons-codec-version>
+        <commons-codec-version>1.15</commons-codec-version>
         <commons-collections-version>3.2.2</commons-collections-version>
         <commons-collections4-version>4.4</commons-collections4-version>
         <commons-compress-version>1.19</commons-compress-version>