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

   Bumps 
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
 from 3.4.0 to 3.5.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 v3.5.0</h2>
   <h3>Added</h3>
   <ul>
   <li><code>&lt;scalafmt&gt;</code> now reads the version from the 
<code>version</code> field in the scalafmt config file when no 
<code>&lt;version&gt;</code> is explicitly set, falling back to the built-in 
default only if neither is available. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2922";>#2922</a>)</li>
   <li>Add <code>&lt;toml&gt;</code> format type with 
<code>&lt;versionCatalog&gt;</code> step for formatting and sorting Gradle 
version catalog files. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2916";>#2916</a>)</li>
   <li>Add <code>&lt;javaparserVersion&gt;</code> option to 
<code>&lt;cleanthat&gt;</code>, allowing users to override the JavaParser 
version pulled in transitively by Cleanthat. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2903";>#2903</a>)</li>
   <li>Add a <code>expandWildcardImports</code> API for java (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2930";>#2829</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Preserve case of JDBI named bind params that collide with SQL keywords 
(e.g. <code>:limit</code>, <code>:offset</code>) in the DBeaver SQL formatter. 
(<a 
href="https://redirect.github.com/diffplug/spotless/pull/2899";>#2899</a>)</li>
   <li>The <code>-Dspotless.ratchetFrom=...</code> user property now takes 
priority over <code>&lt;ratchetFrom&gt;</code> configured in the plugin or in 
individual formatters, instead of being overridden by them. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2896";>#2896</a>, fixes 
<a 
href="https://redirect.github.com/diffplug/spotless/issues/2842";>#2842</a>)</li>
   <li>Fix non-idempotent formatting when <code>importOrder()</code> is 
combined with <code>greclipse()</code>: a single catch-all group no longer 
strips blank lines that <code>greclipse()</code> independently inserted between 
import groups. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2914";>#2914</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Fix <code>expandWildcardImports</code> failing on JDK XML types such as 
<code>org.xml.sax.InputSource</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2921";>#2921</a>)</li>
   <li>Use Eclipse JDT's collator-based comparison when sorting Java members to 
better match Eclipse save actions. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2920";>#2920</a>)</li>
   <li>Bump default <code>cleanthat</code> version <code>2.24</code> -&gt; 
<code>2.25</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2903";>#2903</a>)</li>
   <li>Bump default <code>eclipse-jdt</code> version from <code>4.35</code> to 
<code>4.39</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2912";>#2912</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/b87eb75efe54e94a7248ff5e2d07231bcc3a1b55";><code>b87eb75</code></a>
 Published maven/3.5.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/97c3baf34b79d0028a343776bb2c2fb223930355";><code>97c3baf</code></a>
 Published gradle/8.5.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3dd1a9690270e7191f2c7db8314a9079b127ee76";><code>3dd1a96</code></a>
 Published lib/4.6.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/05d89540ea573eae5c937ca1e9b015b78df83d9f";><code>05d8954</code></a>
 Feature maven expand wildcard import (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2930";>#2930</a> 
fixes <a 
href="https://redirect.github.com/diffplug/spotless/issues/2829";>#2829</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/0267bed16e2e4dc9802ddc54bc49d53b97d8b3c5";><code>0267bed</code></a>
 Merge remote-tracking branch 'origin/main' into 
feature-maven-expand-wildcard...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3b6401d2ede42c1378c9a5fdabb5eb4143695125";><code>3b6401d</code></a>
 feat: read scalafmt version from scalafmt config if not provided (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2922";>#2922</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/886ee99b1ecad093b8057d332cb572476c9e28e1";><code>886ee99</code></a>
 Fix wildcard import expansion for JDK XML types (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2921";>#2921</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/1d898d04d73079234cb582f621e80fafb257090b";><code>1d898d0</code></a>
 Merge branch 'main' into fix-expand-wildcard-jdk-xml-types</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/a2acb39da1037c12fb3954a3539e4260670e9292";><code>a2acb39</code></a>
 Use Collator when sorting Eclipse JDT members (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2920";>#2920</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/a88d0f0a91e0bc70d3154a9b2dd9a34667a0c8d1";><code>a88d0f0</code></a>
 Fix JDBI named bind params being uppercased and losing spaces in DBeaver SQL 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/maven/3.4.0...maven/3.5.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.4.0&new-version=3.5.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 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