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

slachiewicz 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 7b32018  [MPOM-448] Update spotless-maven-plugin from 2.40.0 to 2.41.1
7b32018 is described below

commit 7b32018ac4c25a9058c770f45286660379db805a
Author: Sylwester Lachiewicz <slachiew...@gmail.com>
AuthorDate: Thu Dec 7 23:57:03 2023 +0100

    [MPOM-448] Update spotless-maven-plugin from 2.40.0 to 2.41.1
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 264e2c6..c0661d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1188,14 +1188,12 @@ under the License.
         <plugin>
           <groupId>com.diffplug.spotless</groupId>
           <artifactId>spotless-maven-plugin</artifactId>
-          <version>2.40.0</version>
+          <version>2.41.1</version>
           <configuration>
             <java>
               <!-- orders of used formatters are important MPOM-376 -->
               <!-- eg. palantir override importOrder, so should be first -->
-              <palantirJavaFormat>
-                <version>2.38.0</version>
-              </palantirJavaFormat>
+              <palantirJavaFormat />
               <removeUnusedImports />
               <importOrder>
                 <file>config/maven-eclipse-importorder.txt</file>

Reply via email to