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/06 20:26:51 UTC

[logging-log4j-transform] branch main updated: Bump spotless-maven-plugin from 2.35.0 to 2.36.0 (#33)

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 b075894  Bump spotless-maven-plugin from 2.35.0 to 2.36.0 (#33)
b075894 is described below

commit b0758942d65beeecab942cd6caca93af8cb854d8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 6 20:26:45 2023 +0000

    Bump spotless-maven-plugin from 2.35.0 to 2.36.0 (#33)
    
    Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.35.0 to 2.36.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.35.0...lib/2.36.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>
    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 ff8faf2..b946bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
     <!-- plugin versions -->
     <flatten-maven-plugin.version>1.4.1</flatten-maven-plugin.version>
     <sign-maven-plugin.version>1.0.1</sign-maven-plugin.version>
-    <spotless-maven-plugin.version>2.35.0</spotless-maven-plugin.version>
+    <spotless-maven-plugin.version>2.36.0</spotless-maven-plugin.version>
   </properties>
   <dependencyManagement>
     <dependencies>