|
3 | 3 |
|
4 | 4 | <groupId>datastax.astra.migrate</groupId>
|
5 | 5 | <artifactId>cassandra-data-migrator</artifactId>
|
6 |
| - <version>2.11.1</version> |
| 6 | + <version>2.11.2</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 |
|
9 | 9 | <properties>
|
|
13 | 13 | <spark.version>2.4.8</spark.version>
|
14 | 14 | <scalatest.version>3.2.12</scalatest.version>
|
15 | 15 | <connector.version>2.5.2</connector.version>
|
16 |
| - <cassandra.version>3.11.13</cassandra.version> |
| 16 | + <cassandra.version>4.1.0</cassandra.version> |
17 | 17 | <junit.version>4.13.2</junit.version>
|
18 | 18 | </properties>
|
19 | 19 |
|
|
133 | 133 | <plugin>
|
134 | 134 | <groupId>net.alchim31.maven</groupId>
|
135 | 135 | <artifactId>scala-maven-plugin</artifactId>
|
136 |
| - <version>3.2.2</version> |
| 136 | + <version>4.8.0</version> |
137 | 137 | <executions>
|
138 | 138 | <execution>
|
139 | 139 | <phase>process-sources</phase>
|
|
148 | 148 | <plugin>
|
149 | 149 | <groupId>org.apache.maven.plugins</groupId>
|
150 | 150 | <artifactId>maven-shade-plugin</artifactId>
|
151 |
| - <version>2.4.3</version> |
| 151 | + <version>3.4.1</version> |
152 | 152 | <executions>
|
153 | 153 | <execution>
|
154 | 154 |
|
|
178 | 178 | <plugin>
|
179 | 179 | <groupId>org.apache.maven.plugins</groupId>
|
180 | 180 | <artifactId>maven-surefire-plugin</artifactId>
|
181 |
| - <version>2.7</version> |
| 181 | + <version>2.22.2</version> |
182 | 182 | <configuration>
|
183 | 183 | <skipTests>true</skipTests>
|
184 | 184 | </configuration>
|
|
187 | 187 | <plugin>
|
188 | 188 | <groupId>org.scalatest</groupId>
|
189 | 189 | <artifactId>scalatest-maven-plugin</artifactId>
|
190 |
| - <version>1.0</version> |
| 190 | + <version>2.2.0</version> |
191 | 191 | <configuration>
|
192 | 192 | <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
|
193 | 193 | <junitxml>.</junitxml>
|
|
206 | 206 | <plugin>
|
207 | 207 | <groupId>org.apache.maven.plugins</groupId>
|
208 | 208 | <artifactId>maven-compiler-plugin</artifactId>
|
209 |
| - <version>3.8.1</version> |
| 209 | + <version>3.10.1</version> |
210 | 210 | <configuration>
|
211 | 211 | <source>1.8</source>
|
212 | 212 | <target>1.8</target>
|
|
0 commit comments