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

   Bumps 
[com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless)
 from 5.6.1 to 8.7.0.
   <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.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>
   <h2>Gradle Plugin v8.6.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add <code>cacheDirectory(...)</code> to <code>eclipse()</code>, 
<code>eclipseCdt()</code>, and <code>greclipse()</code>; the default P2 cache 
is <code>$GRADLE_USER_HOME/caches/p2-data</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2944";>#2944</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><code>forbidWildcardImports</code> and <code>forbidModuleImports</code> 
now detect imports that have leading whitespace (indentation/tabs). (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2939";>#2939</a>)</li>
   <li><code>versionCatalog()</code> no longer splits long inline tables across 
multiple lines — Gradle's TOML 1.0 parser cannot read multi-line inline tables. 
The <code>maxLineLength</code> option has been removed. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2948";>#2948</a>)</li>
   <li><code>EclipseJdtFormtterStep</code> now can conditionally set compiler 
source/compliance options. Allows for better parsing of AST Node for newer 
language features and more correct sorting; e.g. records or seal classes. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2942";>#2942</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Improved formatting performance by eliminating redundant per-step 
line-ending normalization in the core formatter loop. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2934";>#2934</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.5.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>licenseHeader</code> with 
<code>setLicenseHeaderYearsFromGitHistory()</code> no longer runs <code>git 
log</code> through a shell, eliminating a shell-injection vector when 
formatting files whose names contain shell metacharacters.</li>
   </ul>
   <h2>Gradle Plugin v8.5.0</h2>
   <h3>Added</h3>
   <ul>
   <li><code>scalafmt()</code> now reads the version from the 
<code>version</code> field in the scalafmt config file when no version is 
explicitly set in the plugin config, 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>toml</code> format type with <code>versionCatalog()</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>withIndentStyle</code> and <code>withIndentSize</code> 
configuration to <code>tableTestFormatter</code> for setting the fallback 
indent when no <code>.editorconfig</code> is found. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2893";>#2893</a>)</li>
   <li>Add <code>javaparserVersion(...)</code> to <code>cleanthat</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>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix <code>tableTestFormatter</code> editorconfig cache not honoring 
<code>.editorconfig</code> changes across Gradle daemon runs due to a shared 
static <code>EditorConfigProvider</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2893";>#2893</a>)</li>
   <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>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>
   <li>Fix <code>predeclareDepsFromBuildscript()</code> on Gradle 9 by avoiding 
mutation of the root buildscript configuration container. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2929";>#2929</a>, fixes 
<a 
href="https://redirect.github.com/diffplug/spotless/issues/2599";>#2599</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>
   <li>Make <code>spotlessPredeclare</code> visible to Gradle Kotlin DSL 
type-safe accessors. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2925";>#2925</a>)</li>
   <li>Allow <code>spotlessPredeclare</code> to be used directly without 
enabling it first in spotless extension. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2925";>#2925</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.4.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add <code>tableTest</code> format type for standalone 
<code>.table</code> files. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2880";>#2880</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/91113e0fc7ec05f9a5f6a627869671290b4fa659";><code>91113e0</code></a>
 Published gradle/8.7.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/611b48ea943e9e8faf8d98db206dcf7f15cf8ef3";><code>611b48e</code></a>
 Published lib/4.7.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/5f3a85fd15241450ba9b33e43507ee995176032b";><code>5f3a85f</code></a>
 ci(deploy): use <code>base64 -w0</code> so the auth header has no embedded 
newline</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/f84f02512b83d2ebe2aede8e0c70837b3592e98f";><code>f84f025</code></a>
 ci(deploy): force HTTP/1.1 on <code>git fetch origin main</code></li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/780f0f60b62a9d7a11e28dbf3fe63b5e9e50e623";><code>780f0f6</code></a>
 fix(spotless/gradle-plugin): Fix <code>StringIndexOutOfBoundsException</code> 
in scenari...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/b0328c849d5ba7dd50feb33b7d4ae7478a5e5436";><code>b0328c8</code></a>
 Update plugin rewrite to v7.34.0 (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2972";>#2972</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/9a502ce0cbe0932de33e8543f9bc2a6ec714bc26";><code>9a502ce</code></a>
 Update plugin com.gradle.develocity to v4.4.2 (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2971";>#2971</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/b4d9ec0b41f4b9fedf6874a8a4becac286403ec4";><code>b4d9ec0</code></a>
 Revert the changes to <code>assertUnchanged()</code> and use 
<code>assertTransform()</code> when ne...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/787819d8f8640c011d245dafee492fc5bffb0405";><code>787819d</code></a>
 Remove unneeded debug comments</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/dbd462dbae46760cd5947b1c043e6f59e04c4588";><code>dbd462d</code></a>
 Add missing . in all CHANGES.md</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/gradle/5.6.1...gradle/8.7.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-plugin-gradle&package-manager=gradle&previous-version=5.6.1&new-version=8.7.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