Skip to content

Commit fba813b

Browse files
mp911degregturn
authored andcommitted
Upgrade to Apache Cassandra 3.11.12.
Closes #1234
1 parent abf7349 commit fba813b

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
@@ -89,7 +89,7 @@
8989
<build.cassandra.rpc_port>19160</build.cassandra.rpc_port>
9090
<build.cassandra.ssl_storage_port>17001</build.cassandra.ssl_storage_port>
9191
<build.cassandra.storage_port>17000</build.cassandra.storage_port>
92-
<cassandra.version>3.11.11</cassandra.version>
92+
<cassandra.version>3.11.12</cassandra.version>
9393
<cassandra-driver.version>4.13.0</cassandra-driver.version>
9494
<dist.id>spring-data-cassandra</dist.id>
9595
<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)