This is an automated email from the ASF dual-hosted git repository.
mmior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 817683b [CALCITE-2811] Update version of Cassandra driver
817683b is described below
commit 817683bd78d1a42ee3d318e07bf4dbf4a8d44a6e
Author: Michael Mior <[email protected]>
AuthorDate: Sat Jan 26 14:00:46 2019 -0500
[CALCITE-2811] Update version of Cassandra driver
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 64a1dcd..47bea20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ limitations under the License.
<airlift-tpch.version>0.1</airlift-tpch.version>
<avatica.version>1.13.0</avatica.version>
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
- <cassandra-driver-core.version>3.4.0</cassandra-driver-core.version>
+ <cassandra-driver-core.version>3.6.0</cassandra-driver-core.version>
<cassandra-unit.version>3.5.0.1</cassandra-unit.version>
<cassandra.version>3.11.2</cassandra.version>
<checksum-maven-plugin.version>1.2</checksum-maven-plugin.version>