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/01/16 04:40:21 UTC

[logging-log4j-tools] branch master updated: Bump spotless-maven-plugin from 2.29.0 to 2.30.0 (#16)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6a1a5d  Bump spotless-maven-plugin from 2.29.0 to 2.30.0 (#16)
a6a1a5d is described below

commit a6a1a5db74fdbb90841e3067048f01091b2496fd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 04:40:16 2023 +0000

    Bump spotless-maven-plugin from 2.29.0 to 2.30.0 (#16)
    
    Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.29.0 to 2.30.0.
    - [Release notes](https://github.com/diffplug/spotless/releases)
    - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
    - [Commits](https://github.com/diffplug/spotless/compare/lib/2.29.0...lib/2.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless:spotless-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 log4j-tools-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index aa00f3a..dc01576 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -59,7 +59,7 @@
     <error-prone.version>2.16</error-prone.version>
     <findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
     <spotbugs-maven-plugin.version>${spotbugs.version}.0</spotbugs-maven-plugin.version>
-    <spotless-maven-plugin.version>2.29.0</spotless-maven-plugin.version>
+    <spotless-maven-plugin.version>2.30.0</spotless-maven-plugin.version>
 
   </properties>