Skip to content

Commit bf40068

Browse files
authored
Merge pull request #61 from datastax/feature/upgrade-mvn-plugin-versions
Upgraded all mvn plugings
2 parents 8d4ba4a + dd8de6a commit bf40068

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 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>2.11.1</version>
6+
<version>2.11.2</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.13</cassandra.version>
16+
<cassandra.version>4.1.0</cassandra.version>
1717
<junit.version>4.13.2</junit.version>
1818
</properties>
1919

@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>net.alchim31.maven</groupId>
135135
<artifactId>scala-maven-plugin</artifactId>
136-
<version>3.2.2</version>
136+
<version>4.8.0</version>
137137
<executions>
138138
<execution>
139139
<phase>process-sources</phase>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-shade-plugin</artifactId>
151-
<version>2.4.3</version>
151+
<version>3.4.1</version>
152152
<executions>
153153
<execution>
154154

@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-surefire-plugin</artifactId>
181-
<version>2.7</version>
181+
<version>2.22.2</version>
182182
<configuration>
183183
<skipTests>true</skipTests>
184184
</configuration>
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>org.scalatest</groupId>
189189
<artifactId>scalatest-maven-plugin</artifactId>
190-
<version>1.0</version>
190+
<version>2.2.0</version>
191191
<configuration>
192192
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
193193
<junitxml>.</junitxml>
@@ -206,7 +206,7 @@
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
208208
<artifactId>maven-compiler-plugin</artifactId>
209-
<version>3.8.1</version>
209+
<version>3.10.1</version>
210210
<configuration>
211211
<source>1.8</source>
212212
<target>1.8</target>

0 commit comments

Comments
 (0)