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/02/05 05:37:20 UTC

[GitHub] [commons-text] dependabot[bot] opened a new pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

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


   Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/junit-team/junit5/releases">junit-jupiter's releases</a>.</em></p>
   <blockquote>
   <p>JUnit 5.7.1 = Platform 1.7.1 + Jupiter 5.7.1 + Vintage 5.7.1</p>
   <p>See <a href="http://junit.org/junit5/docs/5.7.1/release-notes/">Release Notes</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/junit-team/junit5/commit/b5227801590b3a0758c46a4890e6784f7b04649c"><code>b522780</code></a> Release 5.7.1</li>
   <li><a href="https://github.com/junit-team/junit5/commit/f8c6d4ab7919781ea7401eac2caeac55c5d99d59"><code>f8c6d4a</code></a> Finalize release notes for 5.7.1</li>
   <li><a href="https://github.com/junit-team/junit5/commit/8b3d5aa0885f1e0a38283de71c7431a77f234cde"><code>8b3d5aa</code></a> Fix container failure XML reporting (<a href="https://github-redirect.dependabot.com/junit-team/junit5/issues/2542">#2542</a>)</li>
   <li><a href="https://github.com/junit-team/junit5/commit/b394ef08ad2493494032ef9179cbd050e21a614c"><code>b394ef0</code></a> Use jOOX to test XML reports</li>
   <li><a href="https://github.com/junit-team/junit5/commit/2b7d5b12c19da96eebd37e11ef90df4ebfc0fbed"><code>2b7d5b1</code></a> Use Java 9 collection factory methods</li>
   <li><a href="https://github.com/junit-team/junit5/commit/5c42adb2b44b3532f5e8563d19d044597e4d8c4f"><code>5c42adb</code></a> Fix typos</li>
   <li><a href="https://github.com/junit-team/junit5/commit/beddaf450158fd81bf0da9400efb5e1d25eedba9"><code>beddaf4</code></a> Remove unnecessary throws clause</li>
   <li><a href="https://github.com/junit-team/junit5/commit/85ee2126196c403dab7e05b904a84c05bf58f0db"><code>85ee212</code></a> Simplify assertions</li>
   <li><a href="https://github.com/junit-team/junit5/commit/c704713e51ddfc3e2a7f811db939702a4350fb65"><code>c704713</code></a> Fix assertion</li>
   <li><a href="https://github.com/junit-team/junit5/commit/7d6edad19aedae80ce5484dc8677390baac768f8"><code>7d6edad</code></a> Convert field to local variable</li>
   <li>Additional commits viewable in <a href="https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit.jupiter:junit-jupiter&package-manager=maven&previous-version=5.7.0&new-version=5.7.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.

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



[GitHub] [commons-text] coveralls edited a comment on pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

Posted by GitBox <gi...@apache.org>.
coveralls edited a comment on pull request #204:
URL: https://github.com/apache/commons-text/pull/204#issuecomment-773807589


   
   [![Coverage Status](https://coveralls.io/builds/37835653/badge)](https://coveralls.io/builds/37835653)
   
   Coverage remained the same at 98.682% when pulling **7f7af1c629dc463e3c4ccc460b9a4b87d9f6c00d on dependabot/maven/org.junit.jupiter-junit-jupiter-5.7.1** into **3a7f572ac62e508b9524ecf9c3de8dd81abee625 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



[GitHub] [commons-text] coveralls commented on pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

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


   
   [![Coverage Status](https://coveralls.io/builds/36890365/badge)](https://coveralls.io/builds/36890365)
   
   Coverage remained the same at 98.682% when pulling **d3aee52b8641c3f4c7075e81c13386c3d8e0a8fb on dependabot/maven/org.junit.jupiter-junit-jupiter-5.7.1** into **9eaf80cd4ec6264bb589ff6a8ed9cced8564b4c0 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



[GitHub] [commons-text] coveralls commented on pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

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


   
   [![Coverage Status](https://coveralls.io/builds/36890365/badge)](https://coveralls.io/builds/36890365)
   
   Coverage remained the same at 98.682% when pulling **d3aee52b8641c3f4c7075e81c13386c3d8e0a8fb on dependabot/maven/org.junit.jupiter-junit-jupiter-5.7.1** into **9eaf80cd4ec6264bb589ff6a8ed9cced8564b4c0 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



[GitHub] [commons-text] dependabot[bot] commented on pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #204:
URL: https://github.com/apache/commons-text/pull/204#issuecomment-796335241


   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


----------------------------------------------------------------
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-text] kinow commented on pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

Posted by GitBox <gi...@apache.org>.
kinow commented on pull request #204:
URL: https://github.com/apache/commons-text/pull/204#issuecomment-796312520


   @dependabot rebase


----------------------------------------------------------------
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-text] kinow closed pull request #204: Bump junit-jupiter from 5.7.0 to 5.7.1

Posted by GitBox <gi...@apache.org>.
kinow closed pull request #204:
URL: https://github.com/apache/commons-text/pull/204


   


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