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/17 20:35:26 UTC

[maven-enforcer] 01/01: update JUnit

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

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

commit 2c6c81a10d1af7fbb3b04fff027eb61b8c75efd6
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 17 16:35:12 2020 -0400

    update JUnit
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index aca3f46..7d5952c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,10 +64,10 @@
   </distributionManagement>
 
   <properties>
-    <maven.version>3.0</maven.version>
+    <maven.version>3.0.0</maven.version>
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-04-17T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
@@ -123,7 +123,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.13</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>