dependabot[bot] opened a new pull request, #40052:
URL: https://github.com/apache/beam/pull/40052

   Bumps 
[com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless)
 from 7.2.1 to 8.10.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/diffplug/spotless/releases";>com.diffplug.spotless:spotless-plugin-gradle's
 releases</a>.</em></p>
   <blockquote>
   <h2>Gradle Plugin v8.10.2</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>shortenFullyQualifiedTypes()</code> now shortens fully-qualified 
types used in expression contexts (such as static method calls, static fields, 
and enum constants) while avoiding imports that would change how existing 
unqualified type references resolve. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/3039";>#3039</a>)</li>
   <li>Eclipse JDT formatter step no longer fails with 
<code>NoClassDefFoundError</code> when lombok is active as a JVM agent (e.g. 
<code>-javaagent:lombok.jar</code> in Eclipse/VS Code/Cursor). (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2795";>#2795</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.10.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>prettier()</code> and other npm-based steps no longer fail to 
start on npm 12 (<code>EUNKNOWNCONFIG</code> from 
<code>--scripts-prepend-node-path</code>). (<a 
href="https://redirect.github.com/diffplug/spotless/issues/3024";>#3024</a>)</li>
   <li><code>spotlessInternalRegisterDependencies</code> now writes its output 
under a build directory that is configured after the plugin is applied, instead 
of always under the default <code>build/</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2114";>#2114</a>)</li>
   <li><code>targetExclude</code> now accepts a Gradle <code>Directory</code>, 
<code>DirectoryProperty</code>, or <code>Provider&lt;Directory&gt;</code> and 
excludes the files under it. Previously the directory was treated as a single 
file, so excluding one silently did nothing. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2667";>#2667</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.10.0</h2>
   <h3>Added</h3>
   <ul>
   <li>New <code>shortenFullyQualifiedTypes()</code> step for Java, which 
replaces fully-qualified type names with their simple names and adds the 
imports they need. Best combined with <code>importOrder()</code> and 
<code>removeUnusedImports()</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>
   </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><code>expandWildcardImports()</code> now builds its type-solver 
classpath from each Java source set's compile classpath instead of every 
resolvable configuration. Unrelated configurations (for example generated-code 
or custom resolvable configs that are not ready yet) are no longer resolved. 
(<a 
href="https://redirect.github.com/diffplug/spotless/issues/2998";>#2998</a>)</li>
   <li><code>spotlessCheck</code> violation message now suggests the correct 
composite/included-build task path (e.g. <code>./gradlew 
:my-utils:spotlessApply</code>) instead of a bare <code>spotlessApply</code> / 
<code>:spotlessApply</code> that does not select included-build tasks. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2421";>#2421</a>)</li>
   <li>Parallel multi-project builds no longer intermittently fail with 
&quot;Cannot fingerprint input property 'stepsInternalEquality': 
ConfigurationCacheHackList cannot be serialized&quot; / &quot;Failed to 
provision P2 dependencies&quot; when using <code>eclipse()</code> (or other 
P2-backed steps). Subprojects now share one deduping P2 provisioner and P2 
queries are serialized process-wide. (<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>Bump default <code>adocfmt</code> version <code>0.2.0</code> -&gt; 
<code>0.3.1</code>, which adds table formatting support 
(<code>formatTables</code>, <code>tableLayout</code>, 
<code>tableMaxLineWidth</code>, <code>tableBlankLines</code>).</li>
   </ul>
   <h2>Gradle Plugin v8.9.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for Java formatting via <a 
href="https://github.com/agustafson/prince-of-space";><code>prince-of-space</code></a>
 with the new <code>princeOfSpace()</code> step. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2991";>#2991</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Prevent parallel Gradle input fingerprinting from failing when 
<code>toggleOffOn()</code> wraps a slow lazy formatter step with no matching 
target files. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2994";>#2994</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>greclipse</code> version to latest <code>4.39</code> 
-&gt; <code>4.40</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2989";>#2989</a>)</li>
   <li>Bump default <code>tabletest-formatter</code> version <code>1.1.1</code> 
-&gt; <code>1.1.2</code>.</li>
   </ul>
   <h2>Gradle Plugin v8.8.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for custom string format for license header copyright year 
via <code>yearStringFormat()</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2965";>#2965</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.7.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add support for AsciiDoc formatting via <code>adocfmt</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2960";>#2960</a>)</li>
   <li><code>flexmark()</code> step now supports arbitrary formatter options 
via the <code>formatterOptions</code> map. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2968";>#2968</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><code>toggleOffOn</code> no longer disables lint-only steps such as 
<code>forbidWildcardImports</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2962";>#2962</a>)</li>
   <li>Prevent build caches from interfering when executing under the 
<code>-PspotlessIdeHook</code> mode. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2365";>#2365</a>)</li>
   <li>Parse standard git year output in LicenseHeaderStep. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2940";>#2940</a>)</li>
   <li>Fix <code>StringIndexOutOfBoundsException</code> in scenarios where 
copyright year is surrounded by whitespace. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2973";>#2973</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>greclipse</code> version to latest <code>4.35</code> 
-&gt; <code>4.39</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2924";>#2924</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/876c8c4da058fecfb9fe4a3aded6ff866a2590fe";><code>876c8c4</code></a>
 Published gradle/8.10.2</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/ff28375c1412bd283f348110e3f9126cc2d7b50d";><code>ff28375</code></a>
 Published lib/4.10.2</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/e260aa74fce38301b302fe50e834ddb6d2ee77e0";><code>e260aa7</code></a>
 shortenFullyQualifiedTypes: preserve unqualified type resolution (<a 
href="https://redirect.github.com/diffplug/spotless/issues/3037";>#3037</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/5a2cdcaab7156d484bb130018bb55758fb8b945c";><code>5a2cdca</code></a>
 Update changelogs.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/98ca50e0bb0bf144195a764d542e7aa86ca1f271";><code>98ca50e</code></a>
 Merge remote-tracking branch 'origin/main' into 
3033-unqualified-type-collision</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/9591d7e7f11072005e3a42a2ac180768e2efce12";><code>9591d7e</code></a>
 Resolve interopability with spotless, lombok and VSCode (<a 
href="https://redirect.github.com/diffplug/spotless/issues/3038";>#3038</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/5842e1b0ac1498f48577f7875617b2982f5c629a";><code>5842e1b</code></a>
 shortenFullyQualifiedTypes: shorten FQTs in expression context (<a 
href="https://redirect.github.com/diffplug/spotless/issues/3039";>#3039</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/e7f5b600874fb05241f640f9aa76b2e264268afd";><code>e7f5b60</code></a>
 Add changelog entries</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/79ff6c77107fded44becb35e19ff52d6bc5e89d4";><code>79ff6c7</code></a>
 Resolve interopability with spotless, lombok and VSCode</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/411abb506cd95a7b18d26d9fd81fcb6c755bf00c";><code>411abb5</code></a>
 shortenFullyQualifiedTypes: preserve unqualified type resolution</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/gradle/7.2.1...gradle/8.10.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-plugin-gradle&package-manager=gradle&previous-version=7.2.1&new-version=8.10.2)](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