You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/25 11:09:26 UTC

[maven-parent] 02/04: [MPOM-391] Upgrade to Maven Surefire 3.0.0-M8

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch update-reporting
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit 6d8942ab2f05e49c12368599f83ba174e7554109
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 25 12:08:03 2023 +0100

    [MPOM-391] Upgrade to Maven Surefire 3.0.0-M8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ea69f8..15f13d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -944,7 +944,7 @@ under the License.
     <sisuVersion>0.3.5</sisuVersion>
     <fluidoSkinVersion>1.11.2</fluidoSkinVersion>
     <!-- for surefire, failsafe and surefire-report -->
-    <surefire.version>3.0.0-M7</surefire.version>
+    <surefire.version>3.0.0-M8</surefire.version>
     <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
          and those that are enforced by the formatting checks from spotless -->
     <checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>