You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/01/04 12:52:19 UTC

[commons-logging] branch master updated: Bump junit from 4.13.1 to 4.13.2 (#38)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


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

commit b25bf499cd88751e5f354c1a2e37f427a563962d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 4 07:52:15 2022 -0500

    Bump junit from 4.13.1 to 4.13.2 (#38)
    
    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)
    
    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 a2fb58c..27129c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -476,7 +476,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>