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/03/08 21:21:50 UTC

[maven-artifact-transfer] branch master updated: Bump 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 master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git


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

commit 4432fa1e02ef5a6a5819b66bfba8c0a33cdb4b2f
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Wed Feb 12 23:37:08 2020 +0000

    Bump junit from 4.12 to 4.13
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aaa232b..1bcca0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>