Skip to content

Commit ecd6f7b

Browse files
author
Davide Caroselli
committed
New version of Cassandra 3.11.6
1 parent 082e11e commit ecd6f7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from cli.utils import osutils
99
from cli.utils.progressbar import Progressbar, UndefinedProgressbar
1010

11-
CASSANDRA_VERSION = '3.11.5'
12-
CASSANDRA_FILE_SIZE = 41306803
11+
CASSANDRA_VERSION = '3.11.6'
12+
CASSANDRA_FILE_SIZE = 37488049
1313
KAFKA_VERSION = '2.4.0'
1414
KAFKA_SCALA_VERSION = '2.12'
1515
KAFKA_FILE_SIZE = 62283588

src/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<lucene.version>4.10.4</lucene.version>
3333
<kafka.version>2.4.0</kafka.version>
34-
<cassandra.version>3.11.5</cassandra.version>
34+
<cassandra.version>3.11.6</cassandra.version>
3535

3636
<mmt.version>4.4.1</mmt.version>
3737
<mmt.build.number>${maven.build.timestamp}</mmt.build.number>

0 commit comments

Comments
 (0)