Skip to content

Commit f63dd5e

Browse files
committed
update to Cassandra 3.0.22
1 parent 81d5294 commit f63dd5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.cassandra</groupId>
3535
<artifactId>cassandra-all</artifactId>
36-
<version>3.0.18</version>
36+
<version>3.0.22</version>
3737
<scope>provided</scope>
3838
</dependency>
3939

cassandra-3.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.cassandra</groupId>
4545
<artifactId>cassandra-all</artifactId>
46-
<version>${version.cassandra.all}</version>
46+
<version>3.0.22</version>
4747
<scope>provided</scope>
4848
</dependency>
4949

0 commit comments

Comments
 (0)