You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/04/16 21:52:58 UTC

[commons-text] branch master updated: Bump spotbugs from 4.2.2 to 4.2.3

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 279e655  Bump spotbugs from 4.2.2 to 4.2.3
     new a55195e  Merge branch 'pr-218'
279e655 is described below

commit 279e6557854eb6d749d102f135fc685ee66a2850
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 16 05:29:15 2021 +0000

    Bump spotbugs from 4.2.2 to 4.2.3
    
    Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/spotbugs/spotbugs/releases)
    - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/spotbugs/spotbugs/compare/4.2.2...4.2.3)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ec558a..51e56d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <checkstyle.version>8.41.1</checkstyle.version>
 
     <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
-    <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
+    <spotbugs.impl.version>4.2.3</spotbugs.impl.version>
     
     <commons.mockito.version>3.9.0</commons.mockito.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 35be3c7..f47c68d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,7 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #192.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.3.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6; fixes Java 15 build.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update spotbugs from 4.1.3 to 4.2.2 #175, 189, #209.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update spotbugs from 4.1.3 to 4.2.3 #175, 189, #209 #218.</action>
     <action                  type="update" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #196..</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #202.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from v2 to v2.1.5 #205 #217.</action>