You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/14 12:06:55 UTC

[maven-archetypes] branch master updated: Bump junit from 3.8.1 to 4.13

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git


The following commit(s) were added to refs/heads/master by this push:
     new 055df59  Bump junit from 3.8.1 to 4.13
055df59 is described below

commit 055df59fad731c9db4594ceb636f0d8696a4ec18
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jul 14 14:06:37 2020 +0200

    Bump junit from 3.8.1 to 4.13
---
 maven-archetype-quickstart/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-archetype-quickstart/pom.xml b/maven-archetype-quickstart/pom.xml
index d8868ac..8e61129 100644
--- a/maven-archetype-quickstart/pom.xml
+++ b/maven-archetype-quickstart/pom.xml
@@ -40,7 +40,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13</version>
     </dependency>
   </dependencies>
 </project>