You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/24 07:36:24 UTC

[GitHub] [logging-log4j-tools] dependabot[bot] opened a new pull request, #39: Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.1

dependabot[bot] opened a new pull request, #39:
URL: https://github.com/apache/logging-log4j-tools/pull/39

   Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.0 to 4.7.3.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spotbugs/spotbugs-maven-plugin/releases">spotbugs-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/c399e99d424f02236e33ce791ad48b6582f694fa"><code>c399e99</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.7.3.1</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/89ad8c2d3296d84d92eda7ca8fa0b5f1c7b7d9c7"><code>89ad8c2</code></a> Feature/generate html reports (<a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/161">#161</a>)</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/78a4e7242dd634cba6ada5abb2a3043a2b7f949a"><code>78a4e72</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/548">#548</a> from hazendaz/spotbugs</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/e3c6bb156ac5f732ca832a22cf9d595ab5c14fe4"><code>e3c6bb1</code></a> [reports] Support running reports for xml and sarif</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/ce8c130c2a698826b712544d98a882a30d8c6c88"><code>ce8c130</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/547">#547</a> from spotbugs/renovate/versionspluginversion</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/5e291b992954559f92e570a030c837cab83350b6"><code>5e291b9</code></a> Update dependency org.codehaus.mojo:versions-maven-plugin to v2.15.0</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/0fe498cf5286ceae8f69a2df14b84d4df8832e27"><code>0fe498c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/546">#546</a> from hazendaz/spotbugs</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/17179b7636e95b488f6b69773556e24ab5e4592b"><code>17179b7</code></a> [ci] Formatting</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a446d71b7e501421d6243445720db592986bea82"><code>a446d71</code></a> [ci] Cleanup javadocs</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/8f1f26a4103de695c1c381d91e7e2690c32159ea"><code>8f1f26a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/535">#535</a> from blacelle/RemoveUselessAuxclasspathFromInput</li>
   <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.3.0...spotbugs-maven-plugin-4.7.3.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![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.7.3.0&new-version=4.7.3.1)](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 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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4j-tools] github-actions[bot] merged pull request #39: Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.1

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] merged PR #39:
URL: https://github.com/apache/logging-log4j-tools/pull/39


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org