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


The following commit(s) were added to refs/heads/master by this push:
     new a71ead9  Wait for Spotbugs 4.8.5 to fix 
https://github.com/spotbugs/spotbugs/issues/2967
a71ead9 is described below

commit a71ead96c7842d5fc876c0f885a342e857ff4b1a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 24 15:48:31 2024 -0400

    Wait for Spotbugs 4.8.5 to fix
    https://github.com/spotbugs/spotbugs/issues/2967
    
    Revert Spotbugs 4.8.4 to 4.8.3
---
 pom.xml                 | 3 ++-
 src/changes/changes.xml | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b5e480a..5b40461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,8 @@
     -->
     <commons.site-plugin.version>3.12.1</commons.site-plugin.version>
     <commons.spotbugs.plugin.version>4.8.4.0</commons.spotbugs.plugin.version>
-    <commons.spotbugs.impl.version>4.8.4</commons.spotbugs.impl.version>
+    <!-- Wait for Spotbugs 4.8.5 to fix 
https://github.com/spotbugs/spotbugs/issues/2967 --> 
+    <commons.spotbugs.impl.version>4.8.3</commons.spotbugs.impl.version>
     <commons.surefire-report.version>3.2.5</commons.surefire-report.version>
     <commons.surefire.version>3.2.5</commons.surefire.version>
     <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 90d67c2..d27ac95 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,7 +68,6 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 #392.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 
#393.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 #394.</action>
-           <action type="update" dev="ggregory" due-to="Dependabot">Bump 
com.github.spotbugs:spotbugs from 4.8.3 to 4.8.4 #395.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache:apache (parent POM) from 31 to 32.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.commons:commons-build-plugin from 1.13 to 1.14.0 #397.</action>
            <action type="update" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 
#398.</action>

Reply via email to