Skip to content

Commit

Permalink
[VERSION_UPDATE] Updated failsafe and surefire to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfinelli committed Sep 1, 2022
1 parent 792879c commit e2802a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@
<version.junit>4.13.1</version.junit>
<version.junit.jupiter>5.7.1</version.junit.jupiter>
<version.mariadb>1.2.2</version.mariadb>
<version.maven-failsafe-plugin>2.22.0</version.maven-failsafe-plugin>
<version.maven-failsafe-plugin>3.0.0-M7</version.maven-failsafe-plugin>
<version.maven-surefire-plugin>3.0.0-M7</version.maven-surefire-plugin>
<version.maven.checkstyle-plugin>3.1.2</version.maven.checkstyle-plugin>
<version.maven.jandex-plugin>1.0.6</version.maven.jandex-plugin>
<version.mysql>8.0.25</version.mysql>
Expand Down Expand Up @@ -373,6 +374,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.maven-surefire-plugin}</version>
<configuration>
<argLine>${surefireArgLine}</argLine>
<forkMode>pertest</forkMode>
Expand Down

0 comments on commit e2802a8

Please sign in to comment.