From fea2355d509b714205dddf97354fb82efd71caf5 Mon Sep 17 00:00:00 2001 From: Jacek Lewandowski Date: Sat, 25 May 2024 05:22:58 +0200 Subject: [PATCH] bump driver to 4.18.1 --- CHANGES.txt | 2 +- README.md | 2 +- project/Versions.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1219b27e1..39e3dd0e5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ 3.5.1 * Support for Vector type available in Cassandra 5.0 (SPARKC-706) - * Upgrade Cassandra Java Driver to 4.18, support Cassandra 5.0 in test framework (SPARKC-710) + * Upgrade Cassandra Java Driver to 4.18.1, support Cassandra 5.0 in test framework (SPARKC-710) 3.5.0 * Support for Apache Spark 3.5 (SPARKC-704) diff --git a/README.md b/README.md index e7f495770..172139a33 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Currently, the following branches are actively supported: | Connector | Spark | Cassandra | Cassandra Java Driver | Minimum Java Version | Supported Scala Versions | |-----------|---------------|----------------------------|-----------------------|----------------------|--------------------------| -| 3.5.1 | 3.5 | 2.1.5*, 2.2, 3.x, 4.x, 5.0 | 4.18 | 8 | 2.12, 2.13 | +| 3.5.1 | 3.5 | 2.1.5*, 2.2, 3.x, 4.x, 5.0 | 4.18.1 | 8 | 2.12, 2.13 | | 3.5 | 3.5 | 2.1.5*, 2.2, 3.x, 4.x | 4.13 | 8 | 2.12, 2.13 | | 3.4 | 3.4 | 2.1.5*, 2.2, 3.x, 4.x | 4.13 | 8 | 2.12, 2.13 | | 3.3 | 3.3 | 2.1.5*, 2.2, 3.x, 4.x | 4.13 | 8 | 2.12 | diff --git a/project/Versions.scala b/project/Versions.scala index 1afbd6ff0..203450f8e 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -5,7 +5,7 @@ object Versions { val CommonsLang3 = "3.10" val Paranamer = "2.8" - val CassandraJavaDriver = "4.18.0" + val CassandraJavaDriver = "4.18.1" val EsriGeometry = "2.2.4" val ScalaCheck = "1.14.0"