Skip to content

Commit

Permalink
Upgrading maven-surefire-plugin and maven-failsafe-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 7, 2024
1 parent 107d840 commit c511f43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<encoding>utf-8</encoding>
Expand All @@ -1648,7 +1648,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<runOrder>alphabetical</runOrder>
Expand Down

0 comments on commit c511f43

Please sign in to comment.