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/08/05 18:45:18 UTC

[maven-remote-resources-plugin] 01/01: [MRRESOURCES-107] - 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 MRRESOURCES-107
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git

commit 65e90d310e4bcdf4960d6763d1032381f29a352e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Aug 5 20:45:18 2018 +0200

    [MRRESOURCES-107] - 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 fd60d96..476bef6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>