You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/01 19:27:18 UTC

[maven-scm] 04/07: [SCM-901] Upgrade JUnit to 4.12

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

michaelo pushed a commit to branch dep-upgrades
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit ddb7988c6abde3ca10682541049cbe581cd59aac
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 1 20:33:40 2018 +0200

    [SCM-901] Upgrade JUnit to 4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10aa667..ad9dbd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,7 +283,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>4.12</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>