The Apache Maven team is pleased to announce the release of Apache
Maven Surefire 3.5.3

The Surefire Plugin is used during the test phase of the build
lifecycle to execute the unit tests of an application.
https://maven.apache.org/surefire

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-surefire-plugin</artifactId>
  <version>3.5.3</version>
</plugin>

You can download the appropriate sources from the download page:

https://maven.apache.org/surefire/download.cgi

Release Notes - Maven Surefire - Version 3.5.3

** Bug
    * [SUREFIRE-1643] - JUnit 5 in parallel execution mode confuses
Surefire reports
    * [SUREFIRE-1737] - Disabling the JUnit5Xml30StatelessReporter has no effect
    * [SUREFIRE-1751] - Surefire report shows flaky tests as failures
    * [SUREFIRE-2289] - FailsafeSummary.toRunResult throws a raw exception

Enjoy,

-The Apache Maven team

Reply via email to