Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.1 (
Browse files Browse the repository at this point in the history
#455)

* Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.1

Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.40.0 to 2.41.1.
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.40.0...maven/2.41.1)

---
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] <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>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Dec 9, 2023
1 parent 3d3aed4 commit 2f6139d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
<taglist-maven-plugin.version>3.0.0</taglist-maven-plugin.version>
<versions-maven-plugin.version>2.16.2</versions-maven-plugin.version>
<sisu-maven-plugin.version>0.9.0.M2</sisu-maven-plugin.version>
<spotless-maven-plugin.version>2.40.0</spotless-maven-plugin.version>
<spotless-maven-plugin.version>2.41.1</spotless-maven-plugin.version>
<project.build.outputTimestamp>2023-10-07T19:16:26Z</project.build.outputTimestamp>
<!-- mono-module doesn't require site:stage for scm-publish -->
<scmpublish.content>${project.reporting.outputDirectory}</scmpublish.content>
Expand Down Expand Up @@ -601,10 +601,7 @@
<java>
<!-- orders of used formatters are important -->
<!-- eg. palantir override importOrder, so should be first -->
<palantirJavaFormat>
<!-- can be removed after fix https://github.com/diffplug/spotless/issues/1774 -->
<version>2.38.0</version>
</palantirJavaFormat>
<palantirJavaFormat />
<removeUnusedImports />
<importOrder>
<order>javax,java,,\#</order>
Expand Down

0 comments on commit 2f6139d

Please sign in to comment.