You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/02/27 22:02:35 UTC

[logging-log4j2] 01/01: Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.2

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

github-bot pushed a commit to branch dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.7.3.2
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 75971f20e3b761188f26e67c0eed8df8dd455a42
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 27 22:02:29 2023 +0000

    Bump spotbugs-maven-plugin from 4.7.2.1 to 4.7.3.2
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.1 to 4.7.3.2.
    - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
    - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.2.1...spotbugs-maven-plugin-4.7.3.2)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5edc72dc3..ce4d0766dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
     <maven-toolchains-plugin.version>3.1.0</maven-toolchains-plugin.version>
-    <spotbugs-maven-plugin.version>4.7.2.1</spotbugs-maven-plugin.version>
+    <spotbugs-maven-plugin.version>4.7.3.2</spotbugs-maven-plugin.version>
     <spotless-maven-plugin.version>2.27.2</spotless-maven-plugin.version>
     <!-- `surefire.version` property used in `apache.org:apache`: -->
     <surefire.version>3.0.0-M7</surefire.version>