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/22 12:36:27 UTC

[maven-wagon] 01/01: deps: update JUnit and surefire

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

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

commit 415c2279e4f255b2eb84c214bf91e9212e094e6b
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Apr 22 08:36:21 2020 -0400

    deps: update JUnit and surefire
    
    @michael-o
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c3b0bd3..4456888 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@ under the License.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -336,7 +336,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20</version>
+          <version>2.22.2</version>
           <configuration>
             <forkedProcessTimeoutInSeconds>800</forkedProcessTimeoutInSeconds>
             <systemPropertyVariables>
@@ -464,7 +464,7 @@ under the License.
               <failOnError>false</failOnError>
               <linksource>true</linksource>
               <links>
-                <link>http://java.sun.com/j2ee/1.4/docs/api</link>
+                <link>https://docs.oracle.com/javaee/1.4/api/</link>
                 <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
                 <link>http://commons.apache.org/logging/apidocs/</link>
                 <link>http://commons.apache.org/pool/apidocs/</link>