dependabot[bot] opened a new pull request, #182: URL: https://github.com/apache/bval/pull/182
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.9.1.0 to 4.9.2.0. <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.9.2.0</h2> <p>User Changes</p> <ul> <li>Supports spotbugs 4.9.2</li> <li>Keep jsr 330 compatibility at javax namespace so maven 4 works well since it would cause issues</li> <li>Fix ability to use spotbugs plugin with an classifier as it would have previously failed</li> <li>Fix possible issue when no output directory supplied and path was used, make it a file</li> <li>Move project to use doxia 2 now</li> <li>Add some additional debug logging throughout</li> </ul> <p>Build Changes</p> <ul> <li>Sonar now works</li> <li>Fix report plugin name</li> <li>Remove coverity and sonar gha actions (sonar was already project level covered)</li> <li>Remove coveralls action as it was not used</li> <li>Correct sonar issues</li> <li>Use more NIO where possible</li> <li>Remove all unused items from the base of check/verify mojos as those work against scanned code and play no direct part in the scanning</li> <li>Replaced maven artifact transfer with resolver</li> <li>Run dependency analyze to fix up build as much as possible</li> <li>Stop using 'def' throughout in favor of actual objects</li> <li>Move the build to use doxia 2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/0af6475c0c128e38e7c09fa040742e73f877c02e"><code>0af6475</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.9.2.0</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/e91a539c192e6d2e7027ca952b1efb7e0bff42f4"><code>e91a539</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1032">#1032</a> from hazendaz/master</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/bc1df47dc7931d421624bf74906f7e25ad080d38"><code>bc1df47</code></a> Remove unnecessary semi colons</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/8d7de81aac89387b78bc06dd0ecfeed59ecec4eb"><code>8d7de81</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1031">#1031</a> from hazendaz/master</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/634c4e33d829877433c601eca41c105f5984aec9"><code>634c4e3</code></a> Small code cleanup</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/1a6d381e6c2da23b5b75eef786963c57b56e1489"><code>1a6d381</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1030">#1030</a> from hazendaz/master</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/0090e9f07e7a0d6b079c9f04bef1bdfc2804c3e8"><code>0090e9f</code></a> Move object closure to usage and add additional logging</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/4e541ff6d283b36c445c79e4a19d7b6509544471"><code>4e541ff</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/1029">#1029</a> from hazendaz/fixdoxia2</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a8c4128ed5c62ee1d25c615108de077e3a3a7b51"><code>a8c4128</code></a> Remove renderer as in the upstream and we provide no value overriding it</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/46e952446f82e92e88a593619288d5ff53b21a8d"><code>46e9524</code></a> [site] Move all IT tests to site 2.0</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.9.1.0...spotbugs-maven-plugin-4.9.2.0">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: dev-unsubscr...@bval.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org