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/11/02 13:50:20 UTC

[commons-csv] branch master updated: Bump spotbugs-maven-plugin from 4.3.0 to 4.4.2.2 (#192)

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


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

commit a5571e8d7d1abf3ff3983cb95f1566de646e90fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 2 09:50:13 2021 -0400

    Bump spotbugs-maven-plugin from 4.3.0 to 4.4.2.2 (#192)
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.3.0 to 4.4.2.2.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.3.0...spotbugs-maven-plugin-4.4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4cd7428..5e56fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
     <commons.pmd.version>3.15.0</commons.pmd.version>
     <commons.pmd-impl.version>6.40.0</commons.pmd-impl.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
-    <commons.spotbugs.version>4.3.0</commons.spotbugs.version>
+    <commons.spotbugs.version>4.4.2.2</commons.spotbugs.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.version>