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/09/02 17:18:26 UTC

[maven-source-plugin] 01/01: [MSOURCES-118] - Upgrade JUnit to 4.12

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

khmarbaise pushed a commit to branch MSOURCES-118
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git

commit 6323f65792ab2873a9ef6102b9aff873319e225d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 2 19:18:21 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index f9fd5c9..fe739ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
   </dependencies>