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

madhawa pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gora.git


The following commit(s) were added to refs/heads/master by this push:
     new 77aaf1b  GORA-658 Upgrade Cassandra driver version
     new 28168c3  Merge pull request #213 from arnenissen/master
77aaf1b is described below

commit 77aaf1b5935d429aac92d66c3328eb8618d1c4e3
Author: arnenissen <arnenissen70...@gmail.com>
AuthorDate: Fri May 29 14:03:15 2020 +0200

    GORA-658 Upgrade Cassandra driver version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 541540c..a9a1e57 100755
--- a/pom.xml
+++ b/pom.xml
@@ -822,7 +822,7 @@
     <!-- Amazon Dependencies -->
     <amazon.version>1.10.55</amazon.version>
     <!-- Cassandra Dependencies -->
-    <cassandra-driver.version>3.3.0</cassandra-driver.version>
+    <cassandra-driver.version>3.9.0</cassandra-driver.version>
     <cassandra.version>3.11.0</cassandra.version>
     <!-- Ignite Dependencies -->
     <ignite.version>2.6.0</ignite.version>

Reply via email to