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 2023/07/13 13:13:31 UTC

[camel] branch cassandra-4.17.0 created (now d4d81327687)

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

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


      at d4d81327687 Upgrade Cassandra Driver to version 4.17.0

This branch includes the following new commits:

     new d4d81327687 Upgrade Cassandra Driver to version 4.17.0

The 1 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.



[camel] 01/01: Upgrade Cassandra Driver to version 4.17.0

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

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

commit d4d81327687dc1117332f9733ae6596c97b9767e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 13 15:06:18 2023 +0200

    Upgrade Cassandra Driver to version 4.17.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9d9e662818a..cce2a0e0619 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -84,7 +84,7 @@
         <caffeine-version>3.1.6</caffeine-version>
         <californium-version>2.7.2</californium-version>
         <californium-scandium-version>2.7.4</californium-scandium-version>
-        <cassandra-driver-version>4.16.0</cassandra-driver-version>
+        <cassandra-driver-version>4.17.0</cassandra-driver-version>
         <jta-api-1.2-version>1.2</jta-api-1.2-version>
         <cglib-version>3.2.12</cglib-version>
         <chunk-templates-version>3.6.2</chunk-templates-version>