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

[maven-parent] branch dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.30.0 created (now 905a19e)

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

github-bot pushed a change to branch dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.30.0
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


      at 905a19e  Bump spotless-maven-plugin from 2.28.0 to 2.30.0

This branch includes the following new commits:

     new 905a19e  Bump spotless-maven-plugin from 2.28.0 to 2.30.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-parent] 01/01: Bump spotless-maven-plugin from 2.28.0 to 2.30.0

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.30.0
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

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

    Bump spotless-maven-plugin from 2.28.0 to 2.30.0
    
    Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.28.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.28.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa9ac4f..0f24004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1164,7 +1164,7 @@ under the License.
         <plugin>
           <groupId>com.diffplug.spotless</groupId>
           <artifactId>spotless-maven-plugin</artifactId>
-          <version>2.28.0</version>
+          <version>2.30.0</version>
           <configuration>
             <java>
               <!-- orders of used formatters are important MPOM-376 -->