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/03/04 19:32:17 UTC

[maven-artifact-transfer] 01/01: [MSHARED-693] - Upgrade JUnit from 4.11 to 4.12

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

khmarbaise pushed a commit to branch MSHARED-693
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 22b34d98c4162a4a7f8985c04d53036d9f0d3c3d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 20:32:00 2018 +0100

    [MSHARED-693] - Upgrade JUnit from 4.11 to 4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 01719f6..2b1d3da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>

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