An open index of dependabot pull requests across open source projects.

chore(deps-dev): bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.3 to 4.9.8.5

Closed
Number: #7461
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: June 09, 2026 at 09:42 PM UTC
(1 day ago)
Updated: June 10, 2026 at 09:42 PM UTC
(about 13 hours ago)
Closed: June 10, 2026 at 09:42 PM UTC
(about 13 hours ago)
Time to Close: 1 day
Labels:
dependencies java
Description:

Bumps com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.3 to 4.9.8.5.

Release notes

Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases.

Spotbugs Maven Plugin 4.9.8.5

What's Changed

Full Changelog: https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.9.8.4...spotbugs-maven-plugin-4.9.8.5

Spotbugs Maven Plugin 4.9.8.4

  • build support for maven 4 with maven 4 plugins
  • spotbugs extensions jars now moved to target/spotbugs instead of root
  • new spotbugs-aggregate mojo for multi module
  • support maven toolchains
  • block gui when environment is headless
  • all spotbug extensions as regular dependencies
  • learn to map spotbug extensions to their source project documentation
  • in auxiliary class path exclude java.* packages
  • improve code coverage

note: This release was done on older spotbugs (not the new 4.10.1) on purpose to keep these changes separate from that of spotbugs. The spotbugs 4.10.1 support release will be available in a day or two and users can otherwise override the core module as there are no changes to be done internally.

Commits
  • f758cb5 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.8.5
  • 6a9f5db Merge pull request #1428 from hazendaz/master
  • a86b667 [fix] Toolchain used wrong flag name 'executable' instead of 'jvm'
  • b04562d Merge pull request #1426 from spotbugs/hazendaz-patch-1
  • cc91fff Update README.md
  • 007f66b [maven-release-plugin] prepare for next development iteration
  • 61a1bd3 [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.8.4
  • 3c63814 [ci] Formatting
  • cf2f35e Merge pull request #1422 from spotbugs/renovate/github-codeql-action-digest
  • b2755af Update github/codeql-action digest to 8aad20d
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Package Dependencies
Ecosystem:
maven
Version Change:
4.9.8.3 → 4.9.8.5
Technical Details
ID: 16028611
UUID: 4625845152
Node ID: PR_kwDOA8iXnM7kkseS
Host: GitHub
Repository: TheAlgorithms/Java