You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/04/19 06:15:59 UTC

[GitHub] [commons-io] dependabot[bot] opened a new pull request #224: Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3

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


   Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.2.0 to 4.2.3.
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/ae9844c2fa333b82ab055722aaecae0810603f83"><code>ae9844c</code></a> [maven-release-plugin] prepare release spotbugs-maven-plugin-4.2.3</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/c4f5bc1c83e5ff37936c5465ba51c53c79f29ede"><code>c4f5bc1</code></a> [pom] BUmp spotbugs tag to 4.2.3</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/b95aa1972c436121b43008b57e6957a76ae1284c"><code>b95aa19</code></a> [pom] Bump junit to 5.7.1</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/52d45f6472696f8a294a0a3e867ad69784297077"><code>52d45f6</code></a> [actions] Move coveralls to ubuntu so it works</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/7c55c1760e3e28f2c4b315f85690a37bd4318d68"><code>7c55c17</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/316">#316</a> from spotbugs/dependabot/maven/com.github.spotbugs-sp...</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/6750230f64e25b957db4639f713508423c777a47"><code>6750230</code></a> Bump spotbugs from 4.2.2 to 4.2.3</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/1cc9e9ba06abd90c46d9c4086b56b7e6642d537e"><code>1cc9e9b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/314">#314</a> from sullis/ci-setup-java-v2</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/adbb54a14cdb7a7a83f6ae451fb3b15afa7c2fa3"><code>adbb54a</code></a> [actions] setup-java v2</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/15342e83c94acc8cd8691725d83a2b00ff94d505"><code>15342e8</code></a> [actions] Drop jdk 15</li>
   <li><a href="https://github.com/spotbugs/spotbugs-maven-plugin/commit/83ce31c55c5f2fedf15ee54035c750906cd1f0b6"><code>83ce31c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spotbugs/spotbugs-maven-plugin/issues/310">#310</a> from sullis/jdk16</li>
   <li>Additional commits viewable in <a href="https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.2.0...spotbugs-maven-plugin-4.2.3">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.2.0&new-version=4.2.3)](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.

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



[GitHub] [commons-io] garydgregory merged pull request #224: Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3

Posted by GitBox <gi...@apache.org>.
garydgregory merged pull request #224:
URL: https://github.com/apache/commons-io/pull/224


   


-- 
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.

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



[GitHub] [commons-io] coveralls commented on pull request #224: Bump spotbugs-maven-plugin from 4.2.0 to 4.2.3

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #224:
URL: https://github.com/apache/commons-io/pull/224#issuecomment-822211234


   
   [![Coverage Status](https://coveralls.io/builds/38921830/badge)](https://coveralls.io/builds/38921830)
   
   Coverage decreased (-0.1%) to 89.26% when pulling **1459aecdfc8f81e27d0f4766a9dc343da629d812 on dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.2.3** into **fe7543eee5cd4b2f9e78aa44c31031b68eba204d on master**.
   


-- 
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.

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