You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/01/06 20:38:40 UTC

[any23] branch master updated: Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 (#244)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 87aab94  Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 (#244)
87aab94 is described below

commit 87aab94be568d4afa55e9c071b829cf3903680fc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 6 12:38:33 2022 -0800

    Bump spotbugs-maven-plugin from 4.5.2.0 to 4.5.3.0 (#244)
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.5.2.0 to 4.5.3.0.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.5.2.0...spotbugs-maven-plugin-4.5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 4e6abca..4770bed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -290,7 +290,7 @@
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
     <maven-invoker-plugin.version>3.2.2</maven-invoker-plugin.version>
-    <spotbugs-maven-plugin.version>4.5.2.0</spotbugs-maven-plugin.version>
+    <spotbugs-maven-plugin.version>4.5.3.0</spotbugs-maven-plugin.version>
     <forbiddenapis.version>3.2</forbiddenapis.version>
     <formatter-maven-plugin.version>2.17.1</formatter-maven-plugin.version>
     <ossindex-maven-plugin.version>3.1.0</ossindex-maven-plugin.version>