Skip to content

Commit 50f0916

Browse files
Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.0 (#3056)
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.45.0 to 2.46.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/releases">com.diffplug.spotless:spotless-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Maven Plugin v2.46.0</h2> <h3>Added</h3> <ul> <li>Allow specifying path to Biome JSON config file directly in <code>biome</code> step. Requires biome 2.x. (<a href="https://redirect.github.com/diffplug/spotless/pull/2548">#2548</a>)</li> <li><code>spotless:install-git-pre-push-hook</code> goal, which installs a Git <code>pre-push</code> hook to run <code>spotless:check</code> and <code>spotless:apply</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2553">#2553</a>)</li> </ul> <h2>Changed</h2> <ul> <li>Bump default <code>gson</code> version to latest <code>2.11.0</code> -&gt; <code>2.13.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2414">#2414</a>)</li> <li>Bump default <code>jackson</code> version to latest <code>2.18.1</code> -&gt; <code>2.19.2</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2558">#2558</a>)</li> <li>Bump default <code>gherkin-utils</code> version to latest <code>9.0.0</code> -&gt; <code>9.2.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2408">#2408</a>)</li> <li>Bump default <code>cleanthat</code> version to latest <code>2.22</code> -&gt; <code>2.23</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2556">#2556</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">com.diffplug.spotless:spotless-maven-plugin's changelog</a>.</em></p> <blockquote> <h1>spotless-lib and spotless-lib-extra releases</h1> <p>If you are a Spotless user (as opposed to developer), then you are probably looking for:</p> <ul> <li><a href="https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md</a></li> <li><a href="https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md</a></li> </ul> <p>This document is intended for Spotless developers.</p> <p>We adhere to the <a href="https://keepachangelog.com/en/1.0.0/">keepachangelog</a> format (starting after version <code>1.27.0</code>).</p> <h2>[Unreleased]</h2> <h3>Changes</h3> <ul> <li><strong>BREAKING</strong> Bump the required Java to <code>17</code>. (<a href="https://redirect.github.com/diffplug/spotless/issues/2375">#2375</a>, <a href="https://redirect.github.com/diffplug/spotless/pull/2540">#2540</a>)</li> <li>Bump default <code>google-java-format</code> version to latest <code>1.24.0</code> -&gt; <code>1.28.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2345">#2345</a>)</li> </ul> <h2>[3.3.0] - 2025-07-20</h2> <h3>Added</h3> <ul> <li>Allow specifying path to Biome JSON config file directly in <code>biome</code> step. Requires biome 2.x. (<a href="https://redirect.github.com/diffplug/spotless/pull/2548">#2548</a>)</li> <li><code>GitPrePushHookInstaller</code>, a reusable library component for installing a Git <code>pre-push</code> hook that runs formatter checks. (<a href="https://redirect.github.com/diffplug/spotless/pull/2553">#2553</a>)</li> <li>Allow setting Eclipse XML config from a string, not only from files (<a href="https://redirect.github.com/diffplug/spotless/pull/2361">#2361</a>)</li> </ul> <h2>Changed</h2> <ul> <li>Bump default <code>gson</code> version to latest <code>2.11.0</code> -&gt; <code>2.13.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2414">#2414</a>)</li> <li>Bump default <code>jackson</code> version to latest <code>2.18.1</code> -&gt; <code>2.19.2</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2558">#2558</a>)</li> <li>Bump default <code>gherkin-utils</code> version to latest <code>9.0.0</code> -&gt; <code>9.2.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2408">#2408</a>)</li> <li>Bump default <code>cleanthat</code> version to latest <code>2.22</code> -&gt; <code>2.23</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2556">#2556</a>)</li> </ul> <h2>[3.2.0] - 2025-07-07</h2> <h3>Added</h3> <ul> <li>Support for <code>idea</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/2020">#2020</a>, <a href="https://redirect.github.com/diffplug/spotless/pull/2535">#2535</a>)</li> <li>Add support for removing wildcard imports via <code>removeWildcardImports</code> step. (<a href="https://redirect.github.com/diffplug/spotless/pull/2517">#2517</a>)</li> <li>scalafmt: enforce version consistency between the version configured in Spotless and the version declared in Scalafmt config file (<a href="https://redirect.github.com/diffplug/spotless/issues/2460">#2460</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>SortPom</code> disable expandEmptyElements, to avoid empty body warnings. (<a href="https://redirect.github.com/diffplug/spotless/pull/2520">#2520</a>)</li> <li>Fix biome formatter for new major release 2.x of biome (<a href="https://redirect.github.com/diffplug/spotless/pull/2537">#2537</a>)</li> <li>Make sure npm-based formatters use the correct <code>node_modules</code> directory when running in parallel. (<a href="https://redirect.github.com/diffplug/spotless/pull/2542">#2542</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Bump internal dependencies for npm-based formatters (<a href="https://redirect.github.com/diffplug/spotless/pull/2542">#2542</a>)</li> </ul> <h2>[3.1.2] - 2025-05-27</h2> <h3>Fixed</h3> <ul> <li>Fix <code>UnsupportedOperationException</code> in the Gradle plugin when using <code>targetExcludeContent[Pattern]</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/2487">#2487</a>)</li> <li>pgp key had expired, this and future releases will be signed by new key (<a href="https://github.com/diffplug/spotless/discussions/2464">details</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Bump default <code>eclipse</code> version to latest <code>4.34</code> -&gt; <code>4.35</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2458">#2458</a>)</li> <li>Bump default <code>greclipse</code> version to latest <code>4.32</code> -&gt; <code>4.35</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2458">#2458</a>)</li> </ul> <h2>[3.1.1] - 2025-04-07</h2> <h3>Changed</h3> <ul> <li>Use palantir-java-format 2.57.0 on Java 21. (<a href="https://redirect.github.com/diffplug/spotless/pull/2447">#2447</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/94da761e14d554ae61f6e665328d7c25d9a86e85"><code>94da761</code></a> Published maven/2.46.0</li> <li><a href="https://github.com/diffplug/spotless/commit/3ce3f7330daf819d7912a8a7e27523beb45a2801"><code>3ce3f73</code></a> Published gradle/7.2.0</li> <li><a href="https://github.com/diffplug/spotless/commit/015df60ea813ebf4d17f90d2e983248179501d5f"><code>015df60</code></a> Published lib/3.3.0</li> <li><a href="https://github.com/diffplug/spotless/commit/a7ea25221da3714069ebce4d5f35e75c5eb72778"><code>a7ea252</code></a> feat: supply eclipse formatter settings as XML content (<a href="https://redirect.github.com/diffplug/spotless/issues/2361">#2361</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/0d0192d39933831eb799e5bf830acc92caf86425"><code>0d0192d</code></a> Use try-with-resources to make sure we don't have dangling streams.</li> <li><a href="https://github.com/diffplug/spotless/commit/b12ff7c47f7afb65217f5b1d917c10e221b61f58"><code>b12ff7c</code></a> More changelog fixup.</li> <li><a href="https://github.com/diffplug/spotless/commit/b26c800afef0fb61561f85f6ff27b33705004953"><code>b26c800</code></a> Update changelogs.</li> <li><a href="https://github.com/diffplug/spotless/commit/979825135a2b89aff154c713ba7305004b58ae78"><code>9798251</code></a> Merge branch 'main' into feature/eclipse-config-without-file-xml</li> <li><a href="https://github.com/diffplug/spotless/commit/af4018349c31520d739fef28712acd970a3fd29e"><code>af40183</code></a> add git pre push hook (<a href="https://redirect.github.com/diffplug/spotless/issues/2553">#2553</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/cee700945d4c5aa50af52d5739fb68de53f7753f"><code>cee7009</code></a> fix(deps): update jackson monorepo to v2.19.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/2558">#2558</a>)</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/2.45.0...maven/2.46.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-maven-plugin&package-manager=maven&previous-version=2.45.0&new-version=2.46.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 100a6dd commit 50f0916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<maven.release.version>3.1.1</maven.release.version>
5757
<maven.versions.version>2.18.0</maven.versions.version>
5858
<maven.surefire.version>3.5.3</maven.surefire.version>
59-
<spotless.version>2.45.0</spotless.version>
59+
<spotless.version>2.46.0</spotless.version>
6060
<maven.source.version>3.3.1</maven.source.version>
6161
<maven.exec.version>3.5.1</maven.exec.version>
6262
<moditect.version>1.3.0.Final</moditect.version>

0 commit comments

Comments
 (0)