From 359ee9c49386cb82b9409ce52b6acbb9cc7d087e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Feb 2022 14:13:02 +0100 Subject: [PATCH] Upgrade to Apache Cassandra 3.11.12. Closes #1234 --- pom.xml | 2 +- setup-cassandra.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1a969c31f..1407cc4a0 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 19160 17001 17000 - 3.11.5 + 3.11.12 4.11.3 spring-data-cassandra 1.0 diff --git a/setup-cassandra.sh b/setup-cassandra.sh index 14143177b..0d6941711 100755 --- a/setup-cassandra.sh +++ b/setup-cassandra.sh @@ -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