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

   Bumps 
[com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless)
 from 5.6.1 to 8.1.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.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>
   <h3>Changed</h3>
   <ul>
   <li><strong>BREAKING</strong> Bump the required Gradle to <code>7.3</code> 
and required Java to <code>17</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2375";>#2375</a>, <a 
href="https://redirect.github.com/diffplug/spotless/pull/2540";>#2540</a>)</li>
   <li><strong>BREAKING</strong> Renamed <code>removeWildcardImports</code> to 
<code>forbidWildcardImports</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2633";>#2633</a>)</li>
   <li><strong>BREAKING</strong> <code>spotlessInstallGitPrePushHook</code> 
task is now installed only on the root project. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2570";>#2570</a>)</li>
   <li><strong>BREAKING</strong> <code>LintSuppression</code> now enforces 
unix-style paths in its <code>setPath</code> method. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2629";>#2629</a>)</li>
   <li>Running <code>spotlessCheck</code> with violations unilaterally produces 
the error message <code>Run './gradlew spotlessApply' to fix these 
violations</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2592";>#2592</a>)</li>
   <li>Bump JGit from <code>6.10.1</code> to <code>7.3.0</code> (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2257";>#2257</a>)
   <ul>
   <li>Adds support for worktrees (fixes <a 
href="https://redirect.github.com/diffplug/spotless/issues/1765";>#1765</a>)</li>
   </ul>
   </li>
   <li>Bump default <code>google-java-format</code> version to latest 
<code>1.24.0</code> -&gt; <code>1.28.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2345";>#2345</a>)</li>
   <li>Bump default <code>gson</code> version to latest <code>2.13.1</code> 
-&gt; <code>2.13.2</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2615";>#2615</a>)</li>
   <li>Bump default <code>jackson</code> version to latest <code>2.19.2</code> 
-&gt; <code>2.20.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2606";>#2606</a>)</li>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.53</code> 
-&gt; <code>0.58</code> (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2613";>#2613</a>)
   <ul>
   <li><strong>BREAKING</strong> use 
<code>TrailingCommaManagementStrategy</code> enum instead of 
<code>manageTrailingCommas</code> boolean configuration option</li>
   </ul>
   </li>
   <li>Bump default <code>ktlint</code> version to latest <code>1.5.0</code> 
-&gt; <code>1.7.1</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2555";>#2555</a>)</li>
   <li>Bump default <code>palantir-java-format</code> version to latest 
<code>2.57.0</code> -&gt; <code>2.71.0</code>.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Respect system gitconfig when performing git operations (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2404";>#2404</a>)</li>
   <li>Fix <code>spaceBeforeSeparator</code> in Jackson formatter. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2103";>#2103</a>)</li>
   <li><code>spotlessInstallGitPrePushHook</code> is now compatible with 
configuration cache. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2570";>#2570</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>There is now a <code>forbidRegex(String name, String regex, String 
lintDetail)</code> which throws a lint anytime the regex matches. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2633";>#2633</a>)</li>
   </ul>
   <h2>Gradle Plugin v7.2.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li><code>spotlessInstallGitPrePushHook</code> didn't work on windows, now 
fixed. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2562";>#2562</a>)</li>
   </ul>
   <h2>Gradle Plugin v7.2.0</h2>
   <h3>Added</h3>
   <ul>
   <li>Allow specifying path to Biome JSON config file directly in 
<code>biome</code> step. Requires biome 2.x. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2548";>#2548</a>)</li>
   <li><code>spotlessInstallGitPrePushHook</code> task, which installs a Git 
<code>pre-push</code> hook to run <code>spotlessCheck</code> and 
<code>spotlessApply</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2553";>#2553</a>)</li>
   <li>Allow setting Eclipse XML config from a string, not only from files (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2361";>#2361</a>)</li>
   </ul>
   <h2>Changed</h2>
   <ul>
   <li>Bump default <code>gson</code> version to latest <code>2.11.0</code> 
-&gt; <code>2.13.1</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2414";>#2414</a>)</li>
   <li>Bump default <code>jackson</code> version to latest <code>2.18.1</code> 
-&gt; <code>2.19.2</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/2558";>#2558</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/aee19c8a36e2a6fcbcf90a953af34d138e344f90";><code>aee19c8</code></a>
 Published gradle/8.1.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/bf212ec7e53da951cbdea329dbeded2485516c70";><code>bf212ec</code></a>
 Published lib/4.1.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/399bf3324d10d1a3ea2d437b977fb4a3e30a5c0e";><code>399bf33</code></a>
 Remove the claude.yml, it wasn't working with the team permissions we had 
hop...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/856c4ef5add58f28326a91f2836a370d76c288ef";><code>856c4ef</code></a>
 Improve changelogs for end-users.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/4761969cebe5dd88bd0037f9c578b41b6c3f9f57";><code>4761969</code></a>
 Switch from <code>*</code> to <code>-</code> for bullets, less confusion with 
bold/italic.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/57eb3d5b37a7195fe82f47ef64ea5004d802649e";><code>57eb3d5</code></a>
 Add step to forbid module imports (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2690";>#2690</a> 
closes <a 
href="https://redirect.github.com/diffplug/spotless/issues/2679";>#2679</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/baaa5f25b6ad0db65129a3f688d4e15948ed03ec";><code>baaa5f2</code></a>
 Merge branch 'main' into forbidModuleImports</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/d9e837a475a9731aaeee22edae8988a8f0b61e90";><code>d9e837a</code></a>
 Hotfix rewriteRun of <a 
href="https://redirect.github.com/diffplug/spotless/issues/2713";>#2713</a> 
which merged prematurely due to bug in <a 
href="https://redirect.github.com/diffplug/spotless/issues/2725";>#2725</a></li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/e686bbfb7234ca89541a4c4484552fc5e98dfbd4";><code>e686bbf</code></a>
 Add more configuration options for flexmark (<a 
href="https://redirect.github.com/diffplug/spotless/issues/2713";>#2713</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/20e61e2da7180df872e4858a9510011216e1a2bb";><code>20e61e2</code></a>
 Fixx spotbugs warning.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/gradle/5.6.1...gradle/8.1.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.1.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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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