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

[GitHub] [commons-parent] dependabot[bot] opened a new pull request, #231: Bump spotbugs-maven-plugin from 4.7.3.1 to 4.7.3.2

dependabot[bot] opened a new pull request, #231:
URL: https://github.com/apache/commons-parent/pull/231

   Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.1 to 4.7.3.2.
   <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.2</h2>
   <ul>
   <li>Resolve <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/236">#236</a> - inner classes links fixed</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/5dcdfd1aee3f05fc7632f9bb2a39695b988c8623"><code>5dcdfd1</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.7.3.2</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/4864362afb866ac6c83266849dbe94e40f960a85"><code>4864362</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/555">#555</a> from hazendaz/spotbugs</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/52676c2c94613bca0ed0c977f48ef07ca76a7338"><code>52676c2</code></a> [fix] Resolve inner classes broken links per <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/236">#236</a></li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/d928195c300190beb5e64446e616998f40d51cd2"><code>d928195</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/554">#554</a> from hazendaz/spotbugs</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/7f0dd1e3c0f059361fe4eb03736a40d57db73ec7"><code>7f0dd1e</code></a> [test] Set new test to use jdk 8</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/a613a51776adc63c2d885f8a486889ec0781f31b"><code>a613a51</code></a> [tests] Add check that we are not missing classes for analysis</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/8b67f9e14a3abed9137cef69fd6fc70ec39c8e23"><code>8b67f9e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/553">#553</a> from hazendaz/spotbugs</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/b4ea4a70028626404f63273853c43dfebc7f6a9f"><code>b4ea4a7</code></a> [tests] Add integration test to check file open issues per <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/517">#517</a></li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/03a26588acf6577b74048381609b5af4189b9854"><code>03a2658</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/550">#550</a> from corebonts/488-auxclasspath</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/6ac7bf32b8225f5292954a067aafd353ad5e9e44"><code>6ac7bf3</code></a> [pom] Bump base-parent to 38 (<a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/552">#552</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.3.1...spotbugs-maven-plugin-4.7.3.2">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.1&new-version=4.7.3.2)](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@commons.apache.org

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


[GitHub] [commons-parent] garydgregory merged pull request #231: Bump spotbugs-maven-plugin from 4.7.3.1 to 4.7.3.2

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory merged PR #231:
URL: https://github.com/apache/commons-parent/pull/231


-- 
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: issues-unsubscribe@commons.apache.org

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