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/05/20 14:09:54 UTC

[maven-jxr] branch master updated: [JXR-149] update JUnit (#19)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e2b264e  [JXR-149] update JUnit (#19)
e2b264e is described below

commit e2b264e75af14c59696c08422767a774e53c5176
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed May 20 10:09:46 2020 -0400

    [JXR-149] update JUnit (#19)
    
    update junit
    update surefire
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b52fb89..d2259eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <javaVersion>7</javaVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
     <maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
-    <surefire.version>2.21.0</surefire.version>
+    <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
@@ -90,7 +90,7 @@ under the License.
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <scope>test</scope>
-        <version>4.12</version>
+        <version>4.13</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>