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 2021/04/18 23:25:55 UTC

[commons-lang] branch master updated: spotbugs-maven-plugin 4.2.2 -> 4.2.3.

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 03f5597  spotbugs-maven-plugin 4.2.2 -> 4.2.3.
03f5597 is described below

commit 03f559700f6fba2db4b3258b9a51639c99c75335
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Apr 18 19:25:51 2021 -0400

    spotbugs-maven-plugin 4.2.2 -> 4.2.3.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4211d0..808bb27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,7 +622,7 @@
     <checkstyle.version>8.41.1</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
-    <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.2.3</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 f508683..ca27d97 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add and use EnumUtils.getFirstEnumIgnoreCase(Class, String, Function, E).</action>
     <action                   type="add" dev="ggregory" due-to="Gary Gregory">Add and use Suppliers.</action>
     <!-- UPDATE -->
-    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2 #735.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3 #735.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump Bump actions/cache from v2.1.4 to v2.1.5 #742.</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>