dependabot[bot] opened a new pull request, #39516: URL: https://github.com/apache/beam/pull/39516
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 5.6.1 to 8.9.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.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> -> <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> -> <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> -> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/cbd01c4e4b91cea538691d4fe6a8f929d75c27c6"><code>cbd01c4</code></a> Published gradle/8.9.0</li> <li><a href="https://github.com/diffplug/spotless/commit/c724e704341f4c7461c684a6570c42e61da20d80"><code>c724e70</code></a> Published lib/4.9.0</li> <li><a href="https://github.com/diffplug/spotless/commit/793638d9f9c45ffe11928c3de4bd4e3090978acc"><code>793638d</code></a> Replace de.atextor:turtle-formatter with cool.rdf:cool-rdf-formatter (<a href="https://redirect.github.com/diffplug/spotless/issues/2995">#2995</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/3cb7227bb7a9c2d1ce6fbdb9ca1d9a91585c7122"><code>3cb7227</code></a> Note Java 25+ requirement for RDF formatter; tidy changelogs</li> <li><a href="https://github.com/diffplug/spotless/commit/fd9eb96c8727a2fe136e496224ed4d62b763f7d0"><code>fd9eb96</code></a> Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatter</li> <li><a href="https://github.com/diffplug/spotless/commit/d4071096081a7ad16ccfa5b0170c51b04a11c3e4"><code>d407109</code></a> Add support for prince-of-space Java formatter (<a href="https://redirect.github.com/diffplug/spotless/issues/2991">#2991</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/cb64859b1fe6a806f9ff390c02006013b8e9e8c8"><code>cb64859</code></a> Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatter</li> <li><a href="https://github.com/diffplug/spotless/commit/f88db438eda2eca45631ffac94ab55129c5efbc8"><code>f88db43</code></a> Bump tabletest-formatter to 1.1.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/3001">#3001</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/ec7db39f76f37bdea4d41cac215424b722b08875"><code>ec7db39</code></a> Bump tabletest-formatter to 1.1.2</li> <li><a href="https://github.com/diffplug/spotless/commit/a0e59b6d302985e86cb7942cc7b8838bcffd4d14"><code>a0e59b6</code></a> Remove the round of tests for JRE 25 (breaks elsewhere)</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/gradle/5.6.1...gradle/8.9.0">compare view</a></li> </ul> </details> <br /> [](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]
