diff --git a/pom.xml b/pom.xml
index fb44fa62e..588d829cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
19160
17001
17000
- 3.11.10
+ 3.11.12
4.13.0
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