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

[maven-invoker] 01/01: upgrade parent POM and other dependencies

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

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git

commit 118d977fc9842541ea301e0fa89c59a17023ffae
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 1 07:00:51 2020 -0400

    upgrade parent POM and other dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e5138e..7915afb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
+    <version>34</version>
     <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>
 
@@ -67,7 +67,7 @@ under the License.
   </contributors>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
+    <surefire.version>2.22.2</surefire.version>
     <javaVersion>7</javaVersion>
   </properties>
 
@@ -84,7 +84,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>