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/08/12 07:08:34 UTC

[maven-release] 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-release.git


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

commit 91afc395086723e725e0864e98c959e585717e43
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 12 06:53:32 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:production
      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 d589592..59bf061 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13.1</version>
+        <version>4.13.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>