You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/10/13 23:30:44 UTC

[maven-dependency-plugin] branch master updated: Bump junit from 4.13 to 4.13.1 (#110)

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


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

commit 7d71bda45f4750d00f25e5616f8d9c51b330ebe9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 14 09:30:38 2020 +1000

    Bump junit from 4.13 to 4.13.1 (#110)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
    - [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...r4.13.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4190a67..76b0063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>