dependabot[bot] opened a new pull request, #923:
URL: https://github.com/apache/ws-axiom/pull/923

   Bumps 
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
 from 3.9.0 to 3.10.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.10.0</h2>
   <h3>Added</h3>
   <ul>
   <li>New <code>&lt;shortenFullyQualifiedTypes&gt;</code> step for Java, which 
replaces fully-qualified type names with their simple names and adds the 
imports they need. Best combined with <code>&lt;importOrder&gt;</code> and 
<code>&lt;removeUnusedImports&gt;</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2945";>#2945</a>)</li>
   <li>Add embedded lockfiles to Eclipse JDT for every supported version 
(<code>4.9</code> through <code>4.40</code>), so <code>eclipse()</code> 
resolves from Maven Central instead of querying a P2 update site. Versions 
without an embedded lockfile still fall back to P2 provisioning. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1996";>#1996</a>)</li>
   <li>Add support to apply alternate license header within same format (<a 
href="https://redirect.github.com/diffplug/spotless/issues/872";>#872</a>)</li>
   <li>Add support to skip license header application based on source file 
content pattern (<a 
href="https://redirect.github.com/diffplug/spotless/issues/650";>#650</a>).</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><code>removeUnusedImports</code> no longer fails on Java <code>import 
module</code> declarations. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2890";>#2890</a>)</li>
   <li>Concurrent P2 provisioning no longer races Solstice's on-disk cache 
(affects Eclipse-based formatters under parallel builds). (<a 
href="https://redirect.github.com/diffplug/spotless/issues/3004";>#3004</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Default <code>google-java-format</code> remains <code>1.28.0</code> on 
JVM 17; bumps to <code>1.30.0</code> on JVM 21+; require at least 
<code>1.30.0</code> on JVM 25+ for <code>import module</code> support.</li>
   <li>Bump default <code>eclipse</code> version to latest <code>4.39</code> 
-&gt; <code>4.40</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1996";>#1996</a>)</li>
   <li>Document Maven skip properties <code>spotless.skip</code>, 
<code>spotless.check.skip</code>, and <code>spotless.apply.skip</code>. 
Goal-specific skips now live on their own mojos so they no longer leak across 
goals. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/3009";>#3009</a>)</li>
   <li>Bump default <code>adocfmt</code> version <code>0.2.0</code> -&gt; 
<code>0.3.1</code>, which adds table formatting support 
(<code>&lt;formatTables&gt;</code>, <code>&lt;tableLayout&gt;</code>, 
<code>&lt;tableMaxLineWidth&gt;</code>, 
<code>&lt;tableBlankLines&gt;</code>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/426b21d62b60289cd73ad24c3ddd5fa1ebb4f817";><code>426b21d</code></a>
 Published maven/3.10.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/2fd42ea3c8a6b70402da64d8be9c1d369fb0ff82";><code>2fd42ea</code></a>
 Published gradle/8.10.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/d71ed1a700e464b6451303a3fd30fda252232f9d";><code>d71ed1a</code></a>
 Published lib/4.10.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/8b57c012e011813a72b05a3016d379bb0f267155";><code>8b57c01</code></a>
 Add shortenFullyQualifiedTypes step (fixes <a 
href="https://redirect.github.com/diffplug/spotless/issues/2945";>#2945</a>) (<a 
href="https://redirect.github.com/diffplug/spotless/issues/3005";>#3005</a> 
closes <a 
href="https://redirect.github.com/diffplug/spotless/issues/2945";>#2945</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/6b42c5e4ae3b5de295e8e95d6072e6fcc7a09dc6";><code>6b42c5e</code></a>
 fix: make the FQN-collecting visitor a named static class</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/4430823a4457bd7373a0e1bcd6ee146606942eed";><code>4430823</code></a>
 Better organization on the changelogs.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/45bea6db6b6d7ff28104b942f4c6b4e1af900328";><code>45bea6d</code></a>
 Better place to put the shortenFullyQualifiedTypes docs</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/0c49e657461527c70e46f11df2aac9585f05f529";><code>0c49e65</code></a>
 chore: spotlessApply</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/1c5bc0aea337ee1e949611e35523933ed3ce4dba";><code>1c5bc0a</code></a>
 docs: list the Java import steps in the plugin README tables of contents</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/cd57b5872660e32be849ba03769a63130da3a2d6";><code>cd57b58</code></a>
 docs: document shortenFullyQualifiedTypes in the plugin READMEs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/maven/3.9.0...maven/3.10.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=3.9.0&new-version=3.10.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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to