Skip to content

Commit

Permalink
ORC-1806: Upgrade spotbugs-maven-plugin to 4.8.6.6
Browse files Browse the repository at this point in the history
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.6.5 to 4.8.6.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spotbugs/spotbugs-maven-plugin/releases">com.github.spotbugs:spotbugs-maven-plugin's releases</a>.</em></p>
<blockquote>
<h2>Spotbugs Maven Plugin 4.8.6.6</h2>
<ul>
<li>Cleanup groovy code</li>
<li>Cleanup character encoding</li>
<li>Update deprecated maven calls</li>
<li>Groovy moved to 4.0.24</li>
</ul>
<p>Compatibility remains with 4.8.6 of spotbugs</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/9895d2e037b63dd0a870acb95b3ca204e60e24a6"><code>9895d2e</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.8.6.6</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/028a1a3c4ff75eb1161ea4e290230fa0c3d66749"><code>028a1a3</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/924">#924</a> from hazendaz/next-up</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/1b6f4bf162e0962a7399e138f7323435e2aefe6b"><code>1b6f4bf</code></a> [ci] Gstring to string</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/cf9ebd117ae6f35fc9fd57aae7b90d1a8458a4a7"><code>cf9ebd1</code></a> [ci] Run eclipse formatter against the code</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/62ddea0dcb1b54c8de469256483e7554e6de395f"><code>62ddea0</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/923">#923</a> from hazendaz/charset</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/559b0cad8015edade13ed073a9df03f82c58acb0"><code>559b0ca</code></a> [logging] Use correct quoting in log line</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/f2baf856168d271880b239bf7cc617149bdc8c20"><code>f2baf85</code></a> [maven] Update deprecated code from current project call for reports plugin</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/e5fd7e7a2dfd050ec1a6570979d02229ba9f9da3"><code>e5fd7e7</code></a> [groovy] Use less gstrings when not needed and sort parameter attributes</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/260a4da30393daf4327df8e5a9f4f249f9badc5a"><code>260a4da</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/922">#922</a> from hazendaz/charset</li>
<li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/192e8f2fbbcfd35ff7ee02cff3f17dc1e73288a7"><code>192e8f2</code></a> Revert &quot;[github] Bump to maven 4.0.0-beta-5&quot;</li>
<li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.8.6.5...spotbugs-maven-plugin-4.8.6.6">compare view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| com.github.spotbugs:spotbugs-maven-plugin | [< 4.8, > 4.7.3.4] |
</details>

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.spotbugs:spotbugs-maven-plugin&package-manager=maven&previous-version=4.8.6.5&new-version=4.8.6.6)](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>

Closes #2073 from dependabot[bot]/dependabot/maven/java/com.github.spotbugs-spotbugs-maven-plugin-4.8.6.6.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dependabot[bot] authored and dongjoon-hyun committed Nov 24, 2024
1 parent ec51b6a commit d23b42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.5</version>
<version>4.8.6.6</version>
<configuration>
<includeFilterFile>spotbugs-include.xml</includeFilterFile>
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
Expand Down

0 comments on commit d23b42d

Please sign in to comment.