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/11/21 11:50:27 UTC

[commons-validator] branch master updated: Use JUnit 5 assertThrows() #92, #93, #94, #95.

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c381549 Use JUnit 5 assertThrows() #92, #93, #94, #95.
1c381549 is described below

commit 1c381549cf97761712345a19d6a497b94767dce1
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Nov 21 06:50:22 2022 -0500

    Use JUnit 5 assertThrows() #92, #93, #94, #95.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3129e243..834bb689 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue ="VALIDATOR-479" type="fix" dev="ggregory" due-to="Gyoo">
       Fix typo in /routines/package-summary.html #79.
     </action>
+    <action type="fix" dev="ggregory" due-to="John Patrick">
+      Use JUnit 5 assertThrows() #92, #93, #94, #95.
+    </action>
    <!-- ADD -->
     <action issue="VALIDATOR-477" type="update" dev="sebb">
       Add IBAN validator for LY – Libya