Skip to content

Commit

Permalink
bump driver to 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-lewandowski committed May 25, 2024
1 parent 0fba182 commit fea2355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fea2355

Please sign in to comment.