Skip to content

Commit d97b7e3

Browse files
committed
Upgraded Cassandra dependency version to fix vulnerabilities (identified by Dependabot)
1 parent 1681266 commit d97b7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>datastax.astra.migrate</groupId>
55
<artifactId>cassandra-data-migrator</artifactId>
6-
<version>1.8</version>
6+
<version>1.9</version>
77
<packaging>jar</packaging>
88

99
<properties>
@@ -13,7 +13,7 @@
1313
<spark.version>2.4.8</spark.version>
1414
<scalatest.version>3.2.12</scalatest.version>
1515
<connector.version>2.5.2</connector.version>
16-
<cassandra.version>3.11.6</cassandra.version>
16+
<cassandra.version>3.11.13</cassandra.version>
1717
<junit.version>4.13.2</junit.version>
1818
</properties>
1919

0 commit comments

Comments
 (0)