dependabot[bot] opened a new pull request, #1701: URL: https://github.com/apache/logging-log4j2/pull/1701
Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.2.1 to 4.7.3.5. <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.7.3.5</h2> <p>Supports spotbugs 4.7.3</p> <p>Changes</p> <ul> <li>Groovy 4.0.12</li> <li>General Library Updates</li> <li>Minor groovy code cleanup</li> <li>Due to spotbugs failing to be released for some time, we are not overriding safe levels of libraries to clear CVEs. These include gson to 2.10.1, bcel to 6.6.1, jaxon 2.0.0, guava 32.0.1-jre</li> <li>Cleanup exclusions throughout pom</li> <li>Exclude plexus-container-default fixing <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/589">#589</a></li> </ul> <p>Build</p> <ul> <li>Add support to run integration tests against maven 4.0.0-alpha4</li> <li>Dropped legacy changes.xml file as we do not use that since version 4 and instead use github releases</li> <li>Drop versionTest.groovy as not used</li> <li>Auto license files</li> <li>Remove old dependency check skip and pdf change as no longer necessary</li> <li>Use latest extra enforcer rule 1.7.0</li> </ul> <h2>Spotbugs Maven Plugin 4.7.3.4</h2> <p>Support for spotbugs 4.7.3 Now on groovy 4.0.11</p> <h2>Spotbugs Maven Plugin 4.7.3.3</h2> <ul> <li>Support for spotbugs 4.7.3</li> <li>Now on groovy 4.0.10</li> <li>Small adjustment to line endings cross platform support</li> </ul> <h2>Spotbugs Maven Plugin 4.7.3.2</h2> <ul> <li>Resolve <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/549">#549</a> auxclasspath regression introduced from 4.7.3.1 release</li> <li>Bump base-parent usage to 38 resolving recursive issue with m2e (or more generally with maven itself) introduced from 4.7.3.1 release</li> <li>Add new integration tests to test that files are not left open (verify-clean) and test to ensure we do not reintroduce auxclasspath issue (check-no-missing-classes).</li> <li>Resolve <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/236">#236</a> - inner classes links fixed</li> </ul> <h2>Spotbugs Maven Plugin 4.7.3.1</h2> <ul> <li>Still supports spotbugs 4.7.3</li> <li>Updated to Groovy 4.0.7</li> <li>Fixes for doxia updates to support maven 4 reporting</li> <li>Remove invalid usage of 'auxclasspathFromInput' from inception of findbugs maven plugin. This surfaced when running parallel builds and possibly other related issues as it was causing spotbugs to rely on system.in.</li> <li>Support running xml and sarif reports at same time</li> <li>Add support to run html reports (htmlOutput parameter). Can be ran along side xml and sarif as well.</li> <li>Fixed integration tests for maven 3.3.9 confirmed support level.</li> </ul> <p>note: Groovy 4.0.8 / 4.0.9 are broken for this project. Groovy fixed issue which will come with 4.0.10. Therefore, if overriding groovy, do not upgrade currently beyond 4.0.7. Other versions should be otherwise fine.</p> <h2>Spotbugs Maven Plugin 4.7.3.0</h2> <ul> <li>Supports spotbugs 4.7.3</li> <li>note: 4.7.2.2 was released and actually included 4.7.3 by default. All items in 4.7.2.2 are in this release with only change being to denote underlying spotbugs.</li> </ul> <h2>Spotbugs Maven Plugin 4.7.2.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/ae262bae560adad3dea113b263b9b88049adf847"><code>ae262ba</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.7.3.5</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/7f24ea2ee1010cc804dfa6a2065d299a0f3f91a3"><code>7f24ea2</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/609">#609</a> from hazendaz/spotbugs</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/d78ff3f310beb8bd0b07917498acfcfcba2de108"><code>d78ff3f</code></a> [pom] Exclude plexus container default</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a979713daf0cdcf25614532bb19a75f5b81c9303"><code>a979713</code></a> [GHA] Drop to maven 4 alpha 4 to see if issue is a regression</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/baaa1c402d5dbeabd38f2ea322ee55a336535967"><code>baaa1c4</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/607">#607</a> from hazendaz/spotbugs</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/bf74494d89db5dce88a35d06e5a9db5dc0d63ad7"><code>bf74494</code></a> [pom] Override extra enforcer rules to 1.7.0</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/26e9f012adff6c6acdaf2af0ea5a87dc7923646f"><code>26e9f01</code></a> [pom] Drop bcel back to 6.6.1 as it breaks doxia on site</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/b67e23411434610901acff14f43d0cf28fae6a95"><code>b67e234</code></a> [pom] Fix guava tagging</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/33ff59362aa1d906a877527505c35011f5a16643"><code>33ff593</code></a> [pom] Override guava to 32.0.1-jre</li> <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/486dda8012f146a4399319ab7c9d77300fcc7c10"><code>486dda8</code></a> Merge pull request <a href="https://redirect.github.com/spotbugs/spotbugs-maven-plugin/issues/606">#606</a> from hazendaz/spotbugs</li> <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.2.1...spotbugs-maven-plugin-4.7.3.5">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]
