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 2023/11/10 11:59:18 UTC

(commons-parent) branch master updated: Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0

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 13ddfbe  Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0
13ddfbe is described below

commit 13ddfbe0798c1f6b49fb5ba335ed4a1136dcaa46
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 10 06:59:13 2023 -0500

    Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 359f526..c46a903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
     Warning: maven-site-plugin 4.0.0-M3 requires an update to commons-skin site.vm for new variable names.
     -->
     <commons.site-plugin.version>3.12.1</commons.site-plugin.version>
-    <commons.spotbugs.plugin.version>4.7.3.6</commons.spotbugs.plugin.version>
+    <commons.spotbugs.plugin.version>4.8.1.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.8.1</commons.spotbugs.impl.version>
     <commons.surefire-report.version>3.2.1</commons.surefire-report.version>
     <commons.surefire.version>3.2.1</commons.surefire.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index caf515f..8a16747 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.6.0 to 3.6.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit from 5.10.0 to 5.10.1.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.moditect:moditect-maven-plugin from 1.0.0.Final to 1.1.0.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0.</action>
         </release>
         <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies">
            <!-- FIX -->