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/02/10 13:44:17 UTC

[maven-antrun-plugin] 01/01: [MANTRUN-218] 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 MANTRUN-218
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit e11e3317e737e8c6069bffa360ef054f22e2a281
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Jan 23 12:55:38 2020 +0000

    [MANTRUN-218] Bump junit from 4.12 to 4.13
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.11.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.11...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 d59ecc9..2a2db76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>