Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 (
Browse files Browse the repository at this point in the history
#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>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed Dec 9, 2023
1 parent 6371ea1 commit c4d7c13
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 @@ -341,7 +341,7 @@ limitations under the License.
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
<project.build.outputTimestamp>2023-10-03T11:25:00Z</project.build.outputTimestamp>
<gpg.useagent>true</gpg.useagent>
<spotless-maven-plugin.version>2.41.0</spotless-maven-plugin.version>
<spotless-maven-plugin.version>2.41.1</spotless-maven-plugin.version>
<mavenPluginToolsVersion>3.10.2</mavenPluginToolsVersion>
<mavenFluidoSkinVersion>1.11.2</mavenFluidoSkinVersion>
<mavenSurefireVersion>3.2.2</mavenSurefireVersion>
Expand Down Expand Up @@ -572,10 +572,7 @@ limitations under the License.
<java>
<!-- orders of used formatters are important -->
<!-- eg. palantir override importOrder, so should be first -->
<palantirJavaFormat>
<!-- TODO revert it with spotless plugin update with fix for 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 c4d7c13

Please sign in to comment.