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/31 04:57:50 UTC

[GitHub] [commons-compress] dependabot[bot] opened a new pull request, #376: Bump asm from 9.4 to 9.5

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

   Bumps asm from 9.4 to 9.5.
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm&package-manager=maven&previous-version=9.4&new-version=9.5)](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-compress] codecov-commenter commented on pull request #376: Bump asm from 9.4 to 9.5

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #376:
URL: https://github.com/apache/commons-compress/pull/376#issuecomment-1491295291

   ## [Codecov](https://codecov.io/gh/apache/commons-compress/pull/376?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#376](https://codecov.io/gh/apache/commons-compress/pull/376?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (11d2f32) into [master](https://codecov.io/gh/apache/commons-compress/commit/2899e30b63c0810085b03805f9ee7137e4797237?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2899e30) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #376   +/-   ##
   =========================================
     Coverage     80.46%   80.46%           
     Complexity     6726     6726           
   =========================================
     Files           343      343           
     Lines         25325    25325           
     Branches       4107     4107           
   =========================================
     Hits          20377    20377           
     Misses         3367     3367           
     Partials       1581     1581           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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-compress] garydgregory commented on pull request #376: Bump asm from 9.4 to 9.5

Posted by "garydgregory (via GitHub)" <gi...@apache.org>.
garydgregory commented on PR #376:
URL: https://github.com/apache/commons-compress/pull/376#issuecomment-1491848798

   @kinow please UPDATE changes.xml when you update a runtime dependency!


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


[GitHub] [commons-compress] kinow commented on pull request #376: Bump asm from 9.4 to 9.5

Posted by "kinow (via GitHub)" <gi...@apache.org>.
kinow commented on PR #376:
URL: https://github.com/apache/commons-compress/pull/376#issuecomment-1491872969

   Done, https://github.com/apache/commons-compress/commit/acaa3826f2c3178e89eaf82215bb369fe8cae630


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


[GitHub] [commons-compress] kinow merged pull request #376: Bump asm from 9.4 to 9.5

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


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


[GitHub] [commons-compress] kinow commented on pull request #376: Bump asm from 9.4 to 9.5

Posted by "kinow (via GitHub)" <gi...@apache.org>.
kinow commented on PR #376:
URL: https://github.com/apache/commons-compress/pull/376#issuecomment-1491871164

   Ah, good catch, merged a few gh-actions and got confused with this one. Fixing, thanks!


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