You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/09 15:16:05 UTC

[maven-parent] branch master updated: Bump spotless-maven-plugin from 2.27.1 to 2.28.0

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new ea38b02  Bump spotless-maven-plugin from 2.27.1 to 2.28.0
ea38b02 is described below

commit ea38b02dd7a7adc5ec1112a8ab1a7e016fe1e417
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Nov 27 21:53:11 2022 +0000

    Bump spotless-maven-plugin from 2.27.1 to 2.28.0
    
    Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.1 to 2.28.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/maven/2.27.1...lib/2.28.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 f2ac68e..7bd451f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1163,7 +1163,7 @@ under the License.
         <plugin>
           <groupId>com.diffplug.spotless</groupId>
           <artifactId>spotless-maven-plugin</artifactId>
-          <version>2.27.1</version>
+          <version>2.28.0</version>
           <configuration>
             <java>
               <!-- orders of used formatters are important MPOM-376 -->