Skip to content

Commit 07a80c4

Browse files
committed
Upgrade surefire/failsafe to version 3.0.0-M7
Closes: #102
1 parent 0fe27c4 commit 07a80c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-excel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@
186186
</plugin>
187187
<plugin>
188188
<artifactId>maven-surefire-plugin</artifactId>
189-
<version>2.22.2</version>
189+
<version>3.0.0-M7</version>
190190
</plugin>
191191
<plugin>
192192
<artifactId>maven-failsafe-plugin</artifactId>
193-
<version>2.22.2</version>
193+
<version>3.0.0-M7</version>
194194
</plugin>
195195
</plugins>
196196
</build>

0 commit comments

Comments
 (0)