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 2021/12/23 14:10:39 UTC

[commons-validator] 02/03: Bump 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 master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git

commit 843f0812daa7bb7dd872caf1e0c572e9e51251ef
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 23 09:06:19 2021 -0500

    Bump junit from 4.13.1 to 4.13.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e93538d..32a900b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b8548a..d8f46e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,8 +74,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
     Bump actions/setup-java from v1.4.0 to v2, #42.
     </action>
-    <action type="update" dev="ggregory" due-to="Dependabot">
-    Bump junit from 4.13 to 4.13.1 #44.
+    <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+    Bump junit from 4.13 to 4.13.2 #44.
     </action>
   </release>