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 34a6e75 Bump spotbugs-maven-plugin from 4.4.1 to 4.4.2.
34a6e75 is described below
commit 34a6e75d1da979730bd37467d7f2a26161883898
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 25 09:42:58 2021 -0400
Bump spotbugs-maven-plugin from 4.4.1 to 4.4.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 6e749e1..7c410f6 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.1</spotbugs.plugin.version>
+ <spotbugs.plugin.version>4.4.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 8568063..5821eca 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.1 #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 #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>