dependabot[bot] opened a new pull request, #29778: URL: https://github.com/apache/beam/pull/29778
Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.14 to 6.0.3. <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.3</h2> <h2><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.2...6.0.3">6.0.3</a> (2023-12-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency com.github.spotbugs:spotbugs to v4.8.3 (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/ae878ee538209969381f6b8db0b90380d2e0e0a5">ae878ee</a>)</li> </ul> <h2>6.0.2</h2> <h2><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.1...6.0.2">6.0.2</a> (2023-12-05)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency com.tngtech.archunit:archunit to v1.2.1 (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1056">#1056</a>) (<a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/5500c7186d0cc00a49209a8cb6395abcdadee216">5500c71</a>)</li> </ul> <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') </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/ae878ee538209969381f6b8db0b90380d2e0e0a5"><code>ae878ee</code></a> fix(deps): update dependency com.github.spotbugs:spotbugs to v4.8.3</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/3afc95bf5b49eb8479afe9a2f18eb8f3755ec2cd"><code>3afc95b</code></a> chore(deps): update plugin com.gradle.enterprise to v3.16.1 (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1072">#1072</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/70477c478c4d8356a8cf9b7cc3ca11b7d516dd95"><code>70477c4</code></a> chore(deps): update actions/upload-artifact action to v4 (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1073">#1073</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/1c869d086a6b94eb1fb36284e9daff58f0f23c93"><code>1c869d0</code></a> chore(deps): update github/codeql-action action to v3 (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1071">#1071</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/a625dd1f4de7501c58304ec01c39a2bbb0e9fbd8"><code>a625dd1</code></a> test: tweak common test flags (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1066">#1066</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/c448e167eb6bceb470ae35a6b67ecaf1d1dea316"><code>c448e16</code></a> chore(deps): update dependency semantic-release to v22.0.12 (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1067">#1067</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/16d3943c264c69885832391ece0a60dfa4eef036"><code>16d3943</code></a> chore(deps): update dependency prettier to v3.1.1</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/4fe38c569e0af20439b6f1247ecfd4329e21feba"><code>4fe38c5</code></a> chore(deps): update plugin com.gradle.enterprise to v3.16</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/ca33175d2644b06c43d883ede0e740d89a5caaea"><code>ca33175</code></a> refactor: Kotlin idioms (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1063">#1063</a>)</li> <li><a href="https://github.com/spotbugs/spotbugs-gradle-plugin/commit/b1760a086133dde2596dc601a0a0c9f915b89f49"><code>b1760a0</code></a> build: set up binary compatibility validator (<a href="https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1064">#1064</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.14...6.0.3">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]
