You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/03 12:01:40 UTC

[maven-verifier-plugin] 01/01: [MVERIFIER-28] - Upgrade junit 4.12

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

khmarbaise pushed a commit to branch MVERIFIER-28
in repository https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git

commit f46d9d6c961c9fc7a08c5b39e8bc22eccdefb6c2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jun 3 14:01:09 2018 +0200

    [MVERIFIER-28] - Upgrade junit 4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e481546..1585916 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.