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


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

commit b8b76fcd11fc10ce5c25e44d38fd51faef585515
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 25 09:48:59 2021 -0400

    Bump spotbugs-maven-plugin from 4.4.2 to 4.4.2.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7c410f6..3317f07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
     <checkstyle.version>9.0.1</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
-    <spotbugs.plugin.version>4.4.2</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.4.2.2</spotbugs.plugin.version>
     <spotbugs.impl.version>4.2.3</spotbugs.impl.version>
     <japicmp.skip>false</japicmp.skip>
     <clirr.skip>true</clirr.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5821eca..084aa1d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,7 +93,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1659" type="add" dev="ggregory" due-to="Arturo Bernal, 
Gary Gregory">Add null-safe ObjectUtils.isArray() #754.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ComparableUtils.max(A, A) and ComparableUtils.min(A, A).</action>
     <!-- UPDATE -->
-    <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.4.2 #735, 
#808.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.4.2.2 #735, 
#808.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, 
XenoAmess">Bump Bump actions/cache from v2.1.4 to v2.1.6 #742, #752, 
#764.</action>
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">Bump actions/setup-java from v1.4.3 to v2.</action>
     <action                   type="update" dev="ggregory" 
due-to="Dependabot">Bump spotbugs from 4.2.2 to 4.2.3 #744.</action>

Reply via email to