From 84ff1f2c92ce5ad7c62bdbcf40bd65afd290955b Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Fri, 13 Jan 2023 20:08:25 +0100 Subject: [PATCH] Fixed #30 - Upgrade to maven-surefire-plugin:3.0.0-M7 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6fb9577..ef47a99 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Configure your POM like the following ```xml maven-surefire-plugin - 3.0.0-M7 + 3.0.0-M8 me.fabriciorby @@ -55,7 +55,7 @@ Configure your POM like the following ```xml maven-surefire-plugin - 3.0.0-M7 + 3.0.0-M8 me.fabriciorby diff --git a/pom.xml b/pom.xml index 249f8f3..0d042fb 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 5.9.0-M1 1.8 1.8 - 3.0.0-M7 + 3.0.0-M8 org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporterUnicode