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


The following commit(s) were added to refs/heads/master by this push:
     new ac7b68c6 Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0.
ac7b68c6 is described below

commit ac7b68c6488ac7ad1169468a98b9e9baff7ec2d4
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 21 19:06:50 2022 -0400

    Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0.
    
    ump spotbugs from 4.5.3 to 4.6.0.
---
 pom.xml                 | 2 ++
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 434ebd91..cf11f5ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,8 @@
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
     <checkstyle.version>8.34</checkstyle.version>
+    <commons.spotbugs.plugin.version>4.6.0.0</commons.spotbugs.plugin.version>
+    <commons.spotbugs.impl.version>4.6.0</commons.spotbugs.impl.version>    
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bee93f32..0a722d00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -141,6 +141,12 @@
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump junit-jupiter from 5.7.2 to 5.8.2 #113.
       </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0.
+      </action>
+      <action dev="ggregory" type="update" due-to="Dependabot">
+        Bump spotbugs from 4.5.3 to 4.6.0.
+      </action>
     </release>
 
     <release version="1.9.4" date="2019-08-13" description="The primary reason 
for this release is a bugfix for

Reply via email to