File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -344,6 +344,7 @@ limitations under the License.
344
344
<spotless-maven-plugin .version>2.37.0</spotless-maven-plugin .version>
345
345
<mavenPluginToolsVersion >3.9.0</mavenPluginToolsVersion >
346
346
<mavenFluidoSkinVersion >1.11.2</mavenFluidoSkinVersion >
347
+ <mavenSurefireVersion >3.1.2</mavenSurefireVersion >
347
348
<junit5Version >5.9.3</junit5Version >
348
349
<spotless .action>check</spotless .action>
349
350
</properties >
@@ -531,12 +532,22 @@ limitations under the License.
531
532
<plugin >
532
533
<groupId >org.apache.maven.plugins</groupId >
533
534
<artifactId >maven-surefire-plugin</artifactId >
534
- <version >3.1.0 </version >
535
+ <version >${mavenSurefireVersion} </version >
535
536
</plugin >
536
537
<plugin >
537
538
<groupId >org.apache.maven.plugins</groupId >
538
539
<artifactId >maven-surefire-report-plugin</artifactId >
539
- <version >3.1.0</version >
540
+ <version >${mavenSurefireVersion} </version >
541
+ </plugin >
542
+ <plugin >
543
+ <groupId >org.apache.maven.plugins</groupId >
544
+ <artifactId >maven-failsafe-plugin</artifactId >
545
+ <version >${mavenSurefireVersion} </version >
546
+ </plugin >
547
+ <plugin >
548
+ <groupId >org.apache.maven.plugins</groupId >
549
+ <artifactId >maven-failsafe-report-plugin</artifactId >
550
+ <version >${mavenSurefireVersion} </version >
540
551
</plugin >
541
552
<plugin >
542
553
<groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments