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 c4fb10007ba8ab5560270883467a8d75608e02da
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 25 09:57:11 2024 -0400

    Bump org.apache.commons:commons-parent from 69 to 70
---
 pom.xml                              |  2 +-
 src/changes/changes.xml              |  2 +-
 src/conf/spotbugs-exclude-filter.xml | 10 ++++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 282e5e01..39abff16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>69</version>
+    <version>70</version>
   </parent>
 
   <groupId>commons-validator</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e5e8bd0..f8101897 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,7 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Sebb">DomainValidator: Changes 
from Version 2024040200, Apr 2 07:07:02 2024 UTC.</action>
     <action type="fix" dev="ggregory" due-to="Gary GRegory">Fix PMD 
UnnecessaryFullyQualifiedName.</action>    
     <!-- UPDATE -->
-    <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.commons:commons-parent from 65 to 69 #201.</action>
+    <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.commons:commons-parent from 65 to 70 #201.</action>
     <action type="update" dev="ggregory" due-to="Dependabot">Bump 
commons-logging:commons-logging from 1.3.0 to 1.3.2 #199, #221.</action>
     <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.commons:commons-csv from 1.10.0 to 1.11.0 #214.</action>
   </release>
diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index ca6b09da..11915133 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -38,4 +38,14 @@
     <Class name="org.apache.commons.validator.routines.CreditCardValidator$1" 
/>
     <Bug pattern="SE_BAD_FIELD" />
   </Match>
+  <Match>
+    <!-- Doesn't make sense and compatibility. -->
+    <Class name="~.*" />
+    <Bug pattern="SING_SINGLETON_HAS_NONPRIVATE_CONSTRUCTOR" />
+  </Match>
+  <Match>
+    <!-- Doesn't make sense and compatibility. -->
+    <Class name="~.*" />
+    <Bug pattern="SING_SINGLETON_IMPLEMENTS_SERIALIZABLE" />
+  </Match>
 </FindBugsFilter>

Reply via email to