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/24 20:13:00 UTC

[logging-log4j-transform] branch main updated: Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.1 (#18)

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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


The following commit(s) were added to refs/heads/main by this push:
     new fb75e9e  Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.1 (#18)
fb75e9e is described below

commit fb75e9ed1fb945ffabe7475716cffdd4e1ca03cc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 24 20:12:55 2023 +0000

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

diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index 5f302e9..f5cdfd6 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -53,7 +53,7 @@
     <error-prone.version>2.16</error-prone.version>
     <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
     <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
-    <spotbugs-maven-plugin.version>${spotbugs.version}.0</spotbugs-maven-plugin.version>
+    <spotbugs-maven-plugin.version>4.7.3.1</spotbugs-maven-plugin.version>
     <surefire.version>3.0.0-M7</surefire.version>
   </properties>
   <dependencyManagement>