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 2018/08/30 07:15:57 UTC

[camel] branch master updated: Upgrade Cassandra Guava version as the new driver is using

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 1c77fe5  Upgrade Cassandra Guava version as the new driver is using
1c77fe5 is described below

commit 1c77fe5544808585cb1904d966f336cef4762296
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 30 09:14:34 2018 +0200

    Upgrade Cassandra Guava version as the new driver is using
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2a7f20b..35e503c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -107,7 +107,7 @@
     <californium-version>1.0.6</californium-version>
     <camel-test-spring-artifactId>camel-test-spring</camel-test-spring-artifactId>
     <cassandra-driver-version>3.6.0</cassandra-driver-version>
-    <cassandra-driver-guava-version>18.0</cassandra-driver-guava-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>
     <castor-version>1.3.3</castor-version>