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

commit 725becea9e4d907eeae2b4da05f65dffcecc3e78
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 25 10:47:57 2022 -0400

    Bump spotbugs-maven-plugin from 4.2.2 to 4.7.2
    
    - Bump spotbugs from 4.2.2 to 4.7.2
    - TODO Can any of these be done without breaking binary compatibility
    -- EI_EXPOSE_REP
    -- EI_EXPOSE_REP2
---
 .../{findbugs-exclude-filter.xml => spotbugs-exclude-filter.xml} | 9 +++++++++
 pom.xml                                                          | 6 +++---
 src/changes/changes.xml                                          | 4 ++--
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/conf/findbugs-exclude-filter.xml b/conf/spotbugs-exclude-filter.xml
similarity index 88%
rename from conf/findbugs-exclude-filter.xml
rename to conf/spotbugs-exclude-filter.xml
index bd13e25..eba9cdc 100644
--- a/conf/findbugs-exclude-filter.xml
+++ b/conf/spotbugs-exclude-filter.xml
@@ -41,4 +41,13 @@
     <Bug pattern="DM_DEFAULT_ENCODING" />
   </Match>
 
+  <!-- TODO Can any of these be done without breaking binary compatibility? -->
+  <Match>
+    <Class name="~.*" />
+    <Or>
+      <Bug pattern="EI_EXPOSE_REP" />
+      <Bug pattern="EI_EXPOSE_REP2" />
+    </Or>
+  </Match>
+
 </FindBugsFilter>
diff --git a/pom.xml b/pom.xml
index bc93e1c..d9229fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,8 +316,8 @@
         
         <powermock.version>2.0.9</powermock.version>
         <easymock.version>4.3</easymock.version>
-        
<commons.spotbugs.plugin.version>4.2.2</commons.spotbugs.plugin.version>
-        <commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version>   
 
+        
<commons.spotbugs.plugin.version>4.7.2.0</commons.spotbugs.plugin.version>
+        <commons.spotbugs.impl.version>4.7.2</commons.spotbugs.impl.version>   
 
         <commons.jacoco.version>0.8.8</commons.jacoco.version>
     </properties> 
 
@@ -430,7 +430,7 @@
               </dependency>
             </dependencies>        
             <configuration>
-            <!-- 
<excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile> 
-->
+            
<excludeFilterFile>${basedir}/conf/spotbugs-exclude-filter.xml</excludeFilterFile>
             </configuration>
           </plugin>
         </plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 01d4d74..2403886 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,10 +59,10 @@
         Bump commons-parent from 50 to 53.
       </action>
       <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
-        Bump spotbugs-maven-plugin from 4.0.0 to 4.2.2 #18.
+        Bump spotbugs-maven-plugin from 4.0.0 to 4.7.2 #18.
       </action>
       <action type="update" due-to="Dependabot" dev="ggregory">
-        Bump spotbugs from 4.0.6 to 4.2.2 #40.
+        Bump spotbugs from 4.0.6 to 4.7.2 #40.
       </action>
       <action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
         Bump junit from 4.13 to 4.13.2 #32.

Reply via email to