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 2021/09/06 11:21:22 UTC

[maven-ear-plugin] branch master updated: Bump junit from 4.13.1 to 4.13.2

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-ear-plugin.git


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

commit 2a57f0087353b709e4fb4926670f775d82c41e98
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 6 09:18:03 2021 +0000

    Bump junit from 4.13.1 to 4.13.2
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: junit:junit
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d017791..1bc1bce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>