Upgrade to Apache Cassandra 3.11.12.

Closes #1234
This commit is contained in:
Mark Paluch
2022-02-22 14:13:02 +01:00
parent a2f8a92a6f
commit 359ee9c493
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
<build.cassandra.rpc_port>19160</build.cassandra.rpc_port>
<build.cassandra.ssl_storage_port>17001</build.cassandra.ssl_storage_port>
<build.cassandra.storage_port>17000</build.cassandra.storage_port>
<cassandra.version>3.11.5</cassandra.version>
<cassandra.version>3.11.12</cassandra.version>
<cassandra-driver.version>4.11.3</cassandra-driver.version>
<dist.id>spring-data-cassandra</dist.id>
<el.version>1.0</el.version>

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if [ -z ${CASSANDRA_VERSION+x} ]; then
CASSANDRA_VERSION=3.0.7
CASSANDRA_VERSION=3.11.12
fi
if [[ ! -d download ]] ; then