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