You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/11 21:36:42 UTC

[maven-apache-parent] branch master updated: Bump surefire.version from 2.22.0 to 2.22.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 39897f2  Bump surefire.version from 2.22.0 to 2.22.2
39897f2 is described below

commit 39897f26ac26b0868ef189c6506fd0f367d069bb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 11 19:00:13 2020 +0000

    Bump surefire.version from 2.22.0 to 2.22.2
    
    Bumps `surefire.version` from 2.22.0 to 2.22.2.
    
    Updates `maven-failsafe-plugin` from 2.22.0 to 2.22.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2)
    
    Updates `maven-surefire-plugin` from 2.22.0 to 2.22.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2)
    
    Updates `maven-surefire-report-plugin` from 2.22.0 to 2.22.2
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 828daa1..aba0514 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
     <arguments />
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <surefire.version>2.22.0</surefire.version>
+    <surefire.version>2.22.2</surefire.version>
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
     <project.build.outputTimestamp>2020-01-22T15:10:38Z</project.build.outputTimestamp>
   </properties>