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 2022/08/31 16:29:02 UTC

[camel] branch main updated (25780ce52ac -> 017ea1354f2)

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.git


    from 25780ce52ac CAMEL-18445: camel-caffeine - DynamicAware to optimize for action/key/value using expressions
     new 8573c8cf12f Upgrade Commons configuration to version 2.8.0
     new 017ea1354f2 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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 017ea1354f22c75e005a77231d73356370fbc70a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 31 18:28:20 2022 +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 28848149419..097b0bdc25d 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -138,7 +138,7 @@
     <commons-collections4-version>4.4</commons-collections4-version>
     <commons-compress-version>1.21</commons-compress-version>
     <commons-configuration-version>1.9</commons-configuration-version>
-    <commons-configuration2-version>2.7</commons-configuration2-version>
+    <commons-configuration2-version>2.8.0</commons-configuration2-version>
     <commons-csv-version>1.8</commons-csv-version>
     <commons-dbcp-version>1.4</commons-dbcp-version>
     <commons-dbcp2-version>2.9.0</commons-dbcp2-version>


[camel] 01/02: Upgrade Commons configuration to version 2.8.0

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.git

commit 8573c8cf12f9a9b08e2350fe7497354cdab4438a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 31 18:25:36 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 520164a6a36..b4652a3be98 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
         <commons-collections4-version>4.4</commons-collections4-version>
         <commons-compress-version>1.21</commons-compress-version>
         <commons-configuration-version>1.9</commons-configuration-version>
-        <commons-configuration2-version>2.7</commons-configuration2-version>
+        <commons-configuration2-version>2.8.0</commons-configuration2-version>
         <commons-csv-version>1.8</commons-csv-version>
         <commons-cli-version>1.4</commons-cli-version>
         <commons-dbcp-version>1.4</commons-dbcp-version>