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/03/29 06:01:07 UTC

[camel] branch master updated (da64602 -> e999be8)

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 da64602  CAMEL-16412: Fix file path resolver to support the old env. syntax style for loading properties files from ENV variables.
     new 174a830  Upgrade Cassandra driver to version 4.11.0
     new e999be8  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 Cassandra driver to version 4.11.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 174a8307754a599e42da05e3aca9f1a64bd6f4fc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 29 07:47:50 2021 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index fd111b9..3a756ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,7 +97,7 @@
         <c3p0-version>0.9.5.5</c3p0-version>
         <caffeine-version>2.9.0</caffeine-version>
         <californium-version>2.6.1</californium-version>
-        <cassandra-driver-version>4.10.0</cassandra-driver-version>
+        <cassandra-driver-version>4.11.0</cassandra-driver-version>
         <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
         <cassandra-version>3.11.8</cassandra-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-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 e999be8922a8a20e421a777b632345ced2753b3d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 29 08:00:11 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 2bac4bd..f4898e8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -115,7 +115,7 @@
     <camel.surefire.parallel.factor>1</camel.surefire.parallel.factor>
     <camel.surefire.reuseForks>true</camel.surefire.reuseForks>
     <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
-    <cassandra-driver-version>4.10.0</cassandra-driver-version>
+    <cassandra-driver-version>4.11.0</cassandra-driver-version>
     <cassandra-version>3.11.8</cassandra-version>
     <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
     <cglib-version>3.2.12</cglib-version>