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/06/04 17:15:46 UTC

[maven-dependency-analyzer] 01/01: Upgrade junit from 4.12 to 4.13

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

slachiewicz pushed a commit to branch dependabot/maven/junit-junit-4.13
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 2fed3ee06b1357c72efc440346fb81e77e94d922
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Jan 2 04:22:38 2020 +0000

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

diff --git a/pom.xml b/pom.xml
index be7a60c..f2b7235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>