Skip to content

Commit 5de33c0

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.3 (#1341)
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.3 * fixup: fix spotless violation Signed-off-by: Simon Schrottner <[email protected]> --------- Signed-off-by: Simon Schrottner <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Simon Schrottner <[email protected]>
1 parent de64edd commit 5de33c0

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
#
44
# These are explicitly windows files and should use crlf
55
*.bat text eol=crlf
6-

pom.xml

+1-48
Original file line numberDiff line numberDiff line change
@@ -473,54 +473,7 @@
473473
<plugin>
474474
<groupId>com.diffplug.spotless</groupId>
475475
<artifactId>spotless-maven-plugin</artifactId>
476-
<version>2.30.0</version>
477-
<configuration>
478-
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
479-
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
480-
<formats>
481-
<!-- you can define as many formats as you want, each is independent -->
482-
<format>
483-
<!-- define the files to apply to -->
484-
<includes>
485-
<include>.gitattributes</include>
486-
<include>.gitignore</include>
487-
</includes>
488-
<!-- define the steps to apply to those files -->
489-
<trimTrailingWhitespace/>
490-
<endWithNewline/>
491-
<indent>
492-
<spaces>true</spaces>
493-
<spacesPerTab>4</spacesPerTab>
494-
</indent>
495-
</format>
496-
</formats>
497-
<!-- define a language-specific format -->
498-
<java>
499-
<palantirJavaFormat/>
500-
501-
<indent>
502-
<spaces>true</spaces>
503-
<spacesPerTab>4</spacesPerTab>
504-
</indent>
505-
<importOrder/>
506-
507-
<removeUnusedImports/>
508-
<formatAnnotations/>
509-
510-
</java>
511-
</configuration>
512-
<executions>
513-
<execution>
514-
<goals>
515-
<goal>check</goal>
516-
</goals>
517-
</execution>
518-
</executions>
519-
</plugin>
520-
<plugin>
521-
<groupId>com.diffplug.spotless</groupId>
522-
<artifactId>spotless-maven-plugin</artifactId>
523-
<version>2.43.0</version>
476+
<version>2.44.3</version>
524477
<configuration>
525478
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
526479
<!-- <ratchetFrom>origin/main</ratchetFrom>-->

0 commit comments

Comments
 (0)