Skip to content

Commit

Permalink
[SUREFIRE-2157] Upgrade surefire IT to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 1, 2023
1 parent 1af92f5 commit 9092b5e
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 @@ -375,7 +375,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.0</version>
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
<configuration>
<!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! -->
Expand Down Expand Up @@ -522,7 +522,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.1.0</version>
<!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 -->
</plugin>
</plugins>
Expand Down

0 comments on commit 9092b5e

Please sign in to comment.