Skip to content

Commit c4d7c13

Browse files
Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 (#217)
* Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.0 to 2.41.1. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.41.0...maven/2.41.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Use palantirJavaFormat version from plugin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
1 parent 6371ea1 commit c4d7c13

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ limitations under the License.
341341
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
342342
<project.build.outputTimestamp>2023-10-03T11:25:00Z</project.build.outputTimestamp>
343343
<gpg.useagent>true</gpg.useagent>
344-
<spotless-maven-plugin.version>2.41.0</spotless-maven-plugin.version>
344+
<spotless-maven-plugin.version>2.41.1</spotless-maven-plugin.version>
345345
<mavenPluginToolsVersion>3.10.2</mavenPluginToolsVersion>
346346
<mavenFluidoSkinVersion>1.11.2</mavenFluidoSkinVersion>
347347
<mavenSurefireVersion>3.2.2</mavenSurefireVersion>
@@ -572,10 +572,7 @@ limitations under the License.
572572
<java>
573573
<!-- orders of used formatters are important -->
574574
<!-- eg. palantir override importOrder, so should be first -->
575-
<palantirJavaFormat>
576-
<!-- TODO revert it with spotless plugin update with fix for https://github.com/diffplug/spotless/issues/1774 -->
577-
<version>2.38.0</version>
578-
</palantirJavaFormat>
575+
<palantirJavaFormat />
579576
<removeUnusedImports />
580577
<importOrder>
581578
<order>javax,java,,\#</order>

0 commit comments

Comments
 (0)