Skip to content

Commit 359ee9c

Browse files
committed
Upgrade to Apache Cassandra 3.11.12.
Closes #1234
1 parent a2f8a92 commit 359ee9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<build.cassandra.rpc_port>19160</build.cassandra.rpc_port>
9191
<build.cassandra.ssl_storage_port>17001</build.cassandra.ssl_storage_port>
9292
<build.cassandra.storage_port>17000</build.cassandra.storage_port>
93-
<cassandra.version>3.11.5</cassandra.version>
93+
<cassandra.version>3.11.12</cassandra.version>
9494
<cassandra-driver.version>4.11.3</cassandra-driver.version>
9595
<dist.id>spring-data-cassandra</dist.id>
9696
<el.version>1.0</el.version>

setup-cassandra.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [ -z ${CASSANDRA_VERSION+x} ]; then
4-
CASSANDRA_VERSION=3.0.7
4+
CASSANDRA_VERSION=3.11.12
55
fi
66

77
if [[ ! -d download ]] ; then

0 commit comments

Comments
 (0)