dependabot[bot] opened a new pull request, #534:
URL: https://github.com/apache/maven-parent/pull/534

   Bumps 
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
 from 3.1.0 to 3.2.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>Lib v3.2.0</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>Maven Plugin v3.2.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add the ability to specify a wildcard version (<code>*</code>) for 
external formatter executables. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2757";>#2757</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Dramatic (~100x) performance improvement when using git 
<code>ratchetFrom</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2805";>#2805</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[fix] <code>NPE</code> due to workingTreeIterator being null for git 
ignored files. <a 
href="https://redirect.github.com/diffplug/spotless/issues/911";>#911</a> (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2771";>#2771</a>)</li>
   <li>Prevent race conditions when multiple npm-based formatters launch the 
server process simultaneously while sharing the same <code>node_modules</code> 
directory. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2786";>#2786</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.59</code> 
-&gt; <code>0.61</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2804";>2804</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>1.7.1</code> 
-&gt; <code>1.8.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2763";>2763</a>)</li>
   <li>Bump default <code>gherkin-utils</code> version to latest 
<code>9.2.0</code> -&gt; <code>10.0.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2619";>#2619</a>)</li>
   </ul>
   <h2>Lib v3.1.2</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>Lib v3.1.1</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>
   <li>Re-try <code>npm install</code> with <code>--prefer-online</code> after 
<code>ERESOLVE</code> error. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2448";>#2448</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>
   <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>
   <li>Re-try <code>npm install</code> with <code>--prefer-online</code> after 
<code>ERESOLVE</code> error. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2448";>#2448</a>)</li>
   <li>Allow multiple npm-based formatters having the same module dependencies, 
to share a <code>node_modules</code> dir without race conditions. <a 
href="https://redirect.github.com/diffplug/spotless/pull/2462";>#2462</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/10c60698327c0b7a4ecebd76c7638f695389d83b";><code>10c6069</code></a>
 Published lib/3.2.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/5a7f0756185494911a06483c27670cc473c0ed66";><code>5a7f075</code></a>
 Publish to Central Portal (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2539";>#2539</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/2f4ef38ca0c5d4f96b10ff82396ffc13924ddd3b";><code>2f4ef38</code></a>
 Revert &quot;Use palantir-java-format as default formatter in RemoveUnused. 
(<a 
href="https://redirect.github.com/diffplug/spotless/issues/2546";>#2546</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/62b12ca8fb2b17f04bf3028c97e73f99f682b5a9";><code>62b12ca</code></a>
 spotlessApply</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/cb202b11ff3ac041fc188457e5420d87c119bec0";><code>cb202b1</code></a>
 Revert &quot;Use palantir-java-format as default formatter in 
RemoveUnusedImportsS...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/86d65b0f5405d6b9316333828a8d9a692dee9f18";><code>86d65b0</code></a>
 feat: Disable <code>expandEmptyElements</code>, to avoid empty body warnings 
(<a 
href="https://redirect.github.com/diffplug/spotless/issues/2520";>#2520</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/694eb3074407e7fd3999f52f826a48b18c533259";><code>694eb30</code></a>
 Add the changes to the plugin-maven/CHANGES.md</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/34be7eb894d559a77e7c66313840e9b6c350f089";><code>34be7eb</code></a>
 Merge branch 'main' into patch-1</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/38989da90ff47a920b0bdef8616aaa20c597f45f";><code>38989da</code></a>
 Update for biome 2.x (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2538";>#2538</a> 
fixes <a 
href="https://redirect.github.com/diffplug/spotless/issues/2537";>#2537</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/dc969c1e7a03426fbcfb1bb220bcf242905918f8";><code>dc969c1</code></a>
 Merge branch 'main' into update-for-biome-2.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/lib/3.1.0...lib/3.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.diffplug.spotless:spotless-maven-plugin | [>= 2.33.a, < 2.34] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-maven-plugin&package-manager=maven&previous-version=3.1.0&new-version=3.2.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to