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/10/14 19:29:39 UTC

[maven-dependency-analyzer] branch master updated: Bump junit from 4.13 to 4.13.1

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-dependency-analyzer.git


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

commit 07b0ed0b34dbb732206493134d31e940d484cd47
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Oct 14 21:29:31 2020 +0200

    Bump junit from 4.13 to 4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef4d5b1..059e855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>