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 2022/11/06 19:49:18 UTC

[commons-bcel] branch master updated: Bump spotbugs-maven-plugub from 4.7.2.1 to 4.7.2.2

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


The following commit(s) were added to refs/heads/master by this push:
     new 53db9343 Bump spotbugs-maven-plugub from 4.7.2.1 to 4.7.2.2
53db9343 is described below

commit 53db934323a2ba2a53a489737de50b6c39316a63
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Sun Nov 6 14:49:14 2022 -0500

    Bump spotbugs-maven-plugub from 4.7.2.1 to 4.7.2.2
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aba9d6c1..caf01980 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.felix.version>5.1.8</commons.felix.version>
-    <commons.spotbugs.plugin.version>4.7.2.1</commons.spotbugs.plugin.version>
+    <commons.spotbugs.plugin.version>4.7.2.2</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>    
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ba43f176..f1650976 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
        <!-- UPDATE -->
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump actions/setup-java from 3.5.1 to 3.6.0 #159.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.7.2 to 4.7.3.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs-maven-plugub from 4.7.2.1 to 4.7.2.2.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.51.0.</action>
     </release>
     <release version="6.6.0" date="2022-10-08" description="Minor feature and bug fix release.">