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 2019/02/28 07:08:06 UTC

[camel] branch master updated: Upgrade Cassandra driver to version 3.7.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 909afe6  Upgrade Cassandra driver to version 3.7.0
909afe6 is described below

commit 909afe657adb1125f1f400751eaa33b0d2a63eca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 28 08:07:40 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a1bd716..3a91c6a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -106,7 +106,7 @@
     <c3p0-bundle-version>0.9.5.3_1</c3p0-bundle-version>
     <caffeine-version>2.7.0</caffeine-version>
     <californium-version>1.0.6</californium-version>
-    <cassandra-driver-version>3.6.0</cassandra-driver-version>
+    <cassandra-driver-version>3.7.0</cassandra-driver-version>
     <cassandra-driver-guava-version>19.0</cassandra-driver-guava-version>
     <cassandra-version>3.7</cassandra-version>
     <cassandra-unit-version>3.1.3.2</cassandra-unit-version>