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/04/07 20:11:56 UTC

[logging-log4j-transform] branch main updated: Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 (#34)

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 5fafd78  Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 (#34)
5fafd78 is described below

commit 5fafd78075df8a6fb3a0180e8d5031be197a35dc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 7 20:11:51 2023 +0000

    Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 (#34)
    
    Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.3 to 4.7.3.4.
    - [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.3...spotbugs-maven-plugin-4.7.3.4)
    
    ---
    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 1b303a3..c65d9ae 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -54,7 +54,7 @@
     <jacoco-maven-plugin.version>0.8.9</jacoco-maven-plugin.version>
     <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
     <maven-invoker-plugin.version>3.5.1</maven-invoker-plugin.version>
-    <spotbugs-maven-plugin.version>4.7.3.3</spotbugs-maven-plugin.version>
+    <spotbugs-maven-plugin.version>4.7.3.4</spotbugs-maven-plugin.version>
     <surefire.version>3.0.0-M7</surefire.version>
   </properties>
   <dependencyManagement>