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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new ee98d5dd Bump commons-parent from 64 to 65
ee98d5dd is described below

commit ee98d5dd468416d3b0999323ffd0d6317d8d42e8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 27 07:54:38 2023 -0500

    Bump commons-parent from 64 to 65
---
 pom.xml                              | 2 +-
 src/changes/changes.xml              | 2 +-
 src/conf/spotbugs-exclude-filter.xml | 9 +++++----
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d85c0218..6615d62c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>64</version>
+    <version>65</version>
   </parent>
 
   <artifactId>commons-imaging</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20251bf1..83927d80 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,7 +105,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump actions/setup-java.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
-        Bump commons-parent from 52 to 64, #238, #252, #262, #293.
+        Bump commons-parent from 52 to 65, #238, #252, #262, #293.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.3.0 #221, #224, #226, 
#236, #242, #247, #248.
diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index e7c7cd0c..5804374c 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -191,12 +191,13 @@
     <Method name="&lt;init&gt;" />
     <Bug pattern="EI_EXPOSE_REP2" />
   </Match>
-  <!-- Reason: false positives with JVM >= 14 - 
https://github.com/spotbugs/spotbugs/issues/868 -->
-  <Match>
-    <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE" />
-  </Match>
   <!-- Reason: We don't want to implement Serializable at all.  -->
   <Match>
     <Bug pattern="SE_COMPARATOR_SHOULD_BE_SERIALIZABLE" />
   </Match>
+  <!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
+  <Match>
+    <Class name="~.*" />
+    <Bug pattern="CT_CONSTRUCTOR_THROW" />
+  </Match>
 </FindBugsFilter>

Reply via email to