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

   Bumps 
[com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless)
 from 5.6.1 to 8.4.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.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>
   <ul>
   <li>Fix illegal mutation when using predeclared dependencies. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2892";>#2892</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>tabletest-formatter</code> version <code>1.0.1</code> 
-&gt; <code>1.1.1</code>, now works with Java 17+. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2880";>#2880</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.3.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Partial support for isolated projects. They work if predeclared 
dependencies are not used. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2854";>#2854</a>)</li>
   <li>Add <code>tabletest-formatter</code> support for Java and Kotlin. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2860";>#2860</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix the ability to specify a wildcard version (<code>*</code>) for 
external formatter executables, which did not work. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2848";>#2848</a>)</li>
   <li>[fix] <code>ConcurrentModificationException</code> in 
<code>expandWildcardImports</code> (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2830";>#2830</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.2.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix OutOfMemoryError and slow configuration phase in large multi-project 
builds when using Eclipse-based formatters (Eclipse JDT, GrEclipse, Eclipse 
CDT) by implementing P2 dependency caching. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2788";>#2788</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.2.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Add a <code>expandWildcardImports</code> API for java (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2594";>#2679</a>)</li>
   <li>Add the ability to specify a wildcard version (<code>*</code>) for 
external formatter executables. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2757";>#2757</a>)</li>
   <li>Add support for passing multiple file paths using the -PspotlessIdeHook 
option. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2774";>#2774</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>configuration cache for groovy. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2797";>#2797</a>)</li>
   <li>[fix] <code>NPE</code> due to workingTreeIterator being null for git 
ignored files. <a 
href="https://redirect.github.com/diffplug/spotless/issues/911";>#911</a> (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2771";>#2771</a>)</li>
   <li>Prevent race conditions when multiple npm-based formatters launch the 
server process simultaneously while sharing the same <code>node_modules</code> 
directory. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2786";>#2786</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.59</code> 
-&gt; <code>0.61</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2804";>2804</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>1.7.1</code> 
-&gt; <code>1.8.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2763";>2763</a>)</li>
   <li>Bump default <code>gherkin-utils</code> version to latest 
<code>9.2.0</code> -&gt; <code>10.0.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2619";>#2619</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.1.0</h2>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.58</code> 
-&gt; <code>0.59</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2681";>#2681</a></li>
   <li>Bump default <code>jackson</code> version to latest <code>2.20.0</code> 
-&gt; <code>2.20.1</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2730";>#2730</a>)</li>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.23</code> 
-&gt; <code>2.24</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2620";>#2620</a>)</li>
   <li><strong>POTENTIALLY BREAKING</strong> Removed support for 
<code>ktlint</code> versions below 1.0. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2711";>#2711</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Tasks were being eagerly instantiated, now avoided using TaskProviders. 
<a href="https://redirect.github.com/diffplug/spotless/pull/2719";>#2719</a>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Bump minimum supported Gradle 
version from 7.3 to 8.1. <a 
href="https://redirect.github.com/diffplug/spotless/pull/2719";>#2719</a></li>
   </ul>
   </li>
   <li>Use absolute path in the git pre push hook.</li>
   <li>palantirJavaFormat is no longer arbitrarily set to outdated versions on 
Java 17, latest available version is always used (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2686";>#2686</a> fixes 
<a 
href="https://redirect.github.com/diffplug/spotless/issues/2685";>#2685</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>forbidModuleImports()</code> API for java (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2679";>#2679</a>)</li>
   <li>new options to customize Flexmark, e.g. to allow YAML front matter (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2616";>#2616</a>)</li>
   </ul>
   <h2>Gradle Plugin v8.0.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/1cc0163c25b52824cd57b56cdcb8c4cb0c7b4795";><code>1cc0163</code></a>
 Published gradle/8.4.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/a4cd808f6092c6ed9371205de4af5285beea9533";><code>a4cd808</code></a>
 Published lib/4.5.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/9066bf6ede907e913fbe30259de0763f1b0b55ea";><code>9066bf6</code></a>
 Add links to the changelog.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/db8dc1cc8e83b18ef357a0e660f03556fd792247";><code>db8dc1c</code></a>
 Fix for illegal mutation issue with <code>predeclareDeps</code> (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2892";>#2892</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/0eb98a9574304e362f0ca6ddbfb71617de46df75";><code>0eb98a9</code></a>
 chore: Updated gradle plugin change</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3f7f12e649b1085a7937b8730e6a7689a52ca6da";><code>3f7f12e</code></a>
 chore: Removes check for predeclare as it's not needed anymore</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/55c0c5c081b83ad35e92911718e3069a64467c2a";><code>55c0c5c</code></a>
 fix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually 
supported...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/47489afd92aa79f56372bd53e82d09a44f606a32";><code>47489af</code></a>
 fix: avoid IllegalMutationException when root project uses predeclareDeps() 
w...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/4010e8b42c32b8dfac31a988c6820b6b0ef499bd";><code>4010e8b</code></a>
 test: Introduce a test harnessing predeclared deps</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/441dddc1956f995b75b6b7586fb74220b9233a4a";><code>441dddc</code></a>
 fix(deps): update selfie to v3 (major) (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2889";>#2889</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/gradle/5.6.1...gradle/8.4.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.4.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