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

[logging-log4j-tools] branch release-2.x updated: Bump junit:junit from 4.13.1 to 4.13.2.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 76f3c40  Bump junit:junit from 4.13.1 to 4.13.2.
76f3c40 is described below

commit 76f3c401624838a0ff89aef80e4e1bd246b668c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 1 15:03:10 2022 -0500

    Bump junit:junit from 4.13.1 to 4.13.2.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 249e57f..54a421f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.13.1</version>
+        <version>4.13.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>