dependabot[bot] opened a new pull request, #29599: URL: https://github.com/apache/beam/pull/29599
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.14 to 6.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spotbugs/spotbugs-gradle-plugin/releases">com.github.spotbugs.snom:spotbugs-gradle-plugin's releases</a>.</em></p> <blockquote> <h2>6.0.1</h2> <h2><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.0...6.0.1">6.0.1</a> (2023-12-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency com.android.tools.build:gradle to v8.2.0 (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/8ffba8e1360fc3a3202840e38c1c0673145908d9">8ffba8e</a>)</li> </ul> <h2>6.0.0</h2> <h1><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.2.5...6.0.0">6.0.0</a> (2023-12-02)</h1> <h2>BREAKING CHANGES</h2> <p>a. This plugin is now built to Java 11 class file format. It requires Gradle to run on Java 11 or later. (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/1c1955efc33a80498d5c8f31937bd8f6a090a5a9">1c1955e</a>) b. Enable Java Tool Chain support by default (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/c94b8865d844064f4900d156192c0ea448277854">c94b886</a>). To disable it, set <code>useJavaToolchains = false</code> in the <code>spotbugs</code> extension. c. Drop support for Gradle 7.0 (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/4b0f8006fdfe6345a74edb356e3c3b1da13225f1">4b0f800</a>). The convention API provides replacement from 7.1 and later, so we use 7.1 as minimal required version. d. Remove deprecated methods <code>SpotBugsTask.getEnabledReports()</code> and <code>SpotBugsTask.getFirstEnabledReport</code> (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/2ab3c45bf6215ba1f35e87427893d4c97a7190bc">2ab3c45</a>) e. The <code>effort</code> and <code>reportLevel</code> properties of <code>SpotBugsTask</code> and <code>SpotBugsExtension</code> now accept enum values instead of String instances. Read the following notes for detail.</p> <h3>Note for Groovy buildscripts</h3> <p>Groovy buildscripts should use use <code>valueOf(String)</code> method explicitly for <code>effort</code> and <code>reportLevel</code> properties of <code>SpotBugsTask</code> and <code>SpotBugsExtension</code>. For example:</p> <pre lang="groovy"><code>// before (v5) spotbugs { effort = 'default' reportLevel = 'default' } <p>// after (v6) spotbugs { effort = Effort.valueOf('DEFAULT') reportLevel = Confidence.valueOf('DEFAULT') } </code></pre></p> <p>This limitation is caused by a <a href="https://discuss.kotlinlang.org/t/bug-cannot-use-kotlin-enum-from-groovy/1521">known issue of the Groovy language</a>.</p> <h3>Note for Kotlin buildscripts</h3> <p>It is recommended to use Gradle 8.2 or later, then you can enjoy the <a href="https://docs.gradle.org/8.2/release-notes.html#simple-property-assignment-in-kotlin-dsl-enabled-by-default">simple property assignment</a> feature by default.</p> <pre lang="kotlin"><code>// legacy (Gradle 8.1 and older) import com.github.spotbugs.snom.Confidence import com.github.spotbugs.snom.Effort <p>spotbugs { effort.set(Effort.DEFAULT) </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/8ffba8e1360fc3a3202840e38c1c0673145908d9"><code>8ffba8e</code></a> fix(deps): update dependency com.android.tools.build:gradle to v8.2.0</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/c7f8f0635f43510b6c7ebbfd872533b20830b2b3"><code>c7f8f06</code></a> chore(deps): update kotestversion to v5.8.0</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/988b442f7b7604aff2b34a555a30f8ee9f0fdde5"><code>988b442</code></a> chore(deps): update plugin org.jetbrains.dokka to v1.9.10</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/f18fd4762d905d6f9933f893ac018e7c9d9f402b"><code>f18fd47</code></a> chore(deps): update plugin io.gitlab.arturbosch.detekt to v1.23.4</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/11581da0cdb703cc67fa00059c91daaebb611442"><code>11581da</code></a> docs: Update README.md</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/e8d955d0beb227ed44f979e4c0f78104d3b00540"><code>e8d955d</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1003">#1003</a> from spotbugs/beta</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/fa649bdad2c805e644929e4ccd2491cd12123d71"><code>fa649bd</code></a> Merge branch 'master' into beta</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/7888bd2eaf6e62222cd7e98cc0750035705403e0"><code>7888bd2</code></a> chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle t...</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/f4f6927f240e8732c188b582be19c85526aec024"><code>f4f6927</code></a> Merge branch 'master' into beta</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/60b5b3d65f894aaa2f7c840f5499021b1b47279f"><code>60b5b3d</code></a> chore(deps): update plugin com.github.spotbugs to v5.2.5 (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1045">#1045</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.14...6.0.1">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 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]
