You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2022/09/09 03:08:43 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request, #1087: Bump cucumber.version from 7.6.0 to 7.7.0

dependabot[bot] opened a new pull request, #1087:
URL: https://github.com/apache/isis/pull/1087

   Bumps `cucumber.version` from 7.6.0 to 7.7.0.
   Updates `cucumber-java` from 7.6.0 to 7.7.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-java's releases</a>.</em></p>
   <blockquote>
   <h2>v7.7.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-java's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.7.0] - 2022-09-08</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/87888faa3040f4cb905431825c0031db973963ae"><code>87888fa</code></a> Prepare release v7.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/0c71c54f3345e09d3b2f772a9efcc9644a22c09b"><code>0c71c54</code></a> [JUnit Platform] Update parallel execution documentation (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2609">#2609</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/627ffa17b13f7e3952b5dc521ffb9f4ab679ff3c"><code>627ffa1</code></a> [JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2604">#2604</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c22dce5387683e5e6cd5abd319181d51526b50f8"><code>c22dce5</code></a> [All] Set version to 7.7.0-SNAPSHOT</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/027e3dcb2098564f6f94c5031d22bc3078ece507"><code>027e3dc</code></a> Update mockito monorepo to v4.8.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/37e08719d27e3b0b1d236cd4816e77d414568371"><code>37e0871</code></a> Update jackson-databind.version to v2.13.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/2fa32d20c89a5bf6030354661f7cbc7ef275efda"><code>2fa32d2</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.3.3 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2605">#2605</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/f80bebfa160e0fb3774b5e0d88b1e0ece03ceb22"><code>f80bebf</code></a> Update dependency org.jsoup:jsoup to v1.15.3</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c78d1e98b9ad3372d5c8073d202c7d0f8cd3dc0a"><code>c78d1e9</code></a> Update mockito monorepo to v4.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e4581c409d6b406e92d8254fca9204758a3f57e6"><code>e4581c4</code></a> Update vertx.version to v4.3.3</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.6.0...v7.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cucumber-spring` from 7.6.0 to 7.7.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-spring's releases</a>.</em></p>
   <blockquote>
   <h2>v7.7.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-spring's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.7.0] - 2022-09-08</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/87888faa3040f4cb905431825c0031db973963ae"><code>87888fa</code></a> Prepare release v7.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/0c71c54f3345e09d3b2f772a9efcc9644a22c09b"><code>0c71c54</code></a> [JUnit Platform] Update parallel execution documentation (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2609">#2609</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/627ffa17b13f7e3952b5dc521ffb9f4ab679ff3c"><code>627ffa1</code></a> [JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2604">#2604</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c22dce5387683e5e6cd5abd319181d51526b50f8"><code>c22dce5</code></a> [All] Set version to 7.7.0-SNAPSHOT</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/027e3dcb2098564f6f94c5031d22bc3078ece507"><code>027e3dc</code></a> Update mockito monorepo to v4.8.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/37e08719d27e3b0b1d236cd4816e77d414568371"><code>37e0871</code></a> Update jackson-databind.version to v2.13.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/2fa32d20c89a5bf6030354661f7cbc7ef275efda"><code>2fa32d2</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.3.3 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2605">#2605</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/f80bebfa160e0fb3774b5e0d88b1e0ece03ceb22"><code>f80bebf</code></a> Update dependency org.jsoup:jsoup to v1.15.3</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c78d1e98b9ad3372d5c8073d202c7d0f8cd3dc0a"><code>c78d1e9</code></a> Update mockito monorepo to v4.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e4581c409d6b406e92d8254fca9204758a3f57e6"><code>e4581c4</code></a> Update vertx.version to v4.3.3</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.6.0...v7.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cucumber-junit` from 7.6.0 to 7.7.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-junit's releases</a>.</em></p>
   <blockquote>
   <h2>v7.7.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-junit's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.7.0] - 2022-09-08</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/87888faa3040f4cb905431825c0031db973963ae"><code>87888fa</code></a> Prepare release v7.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/0c71c54f3345e09d3b2f772a9efcc9644a22c09b"><code>0c71c54</code></a> [JUnit Platform] Update parallel execution documentation (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2609">#2609</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/627ffa17b13f7e3952b5dc521ffb9f4ab679ff3c"><code>627ffa1</code></a> [JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2604">#2604</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c22dce5387683e5e6cd5abd319181d51526b50f8"><code>c22dce5</code></a> [All] Set version to 7.7.0-SNAPSHOT</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/027e3dcb2098564f6f94c5031d22bc3078ece507"><code>027e3dc</code></a> Update mockito monorepo to v4.8.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/37e08719d27e3b0b1d236cd4816e77d414568371"><code>37e0871</code></a> Update jackson-databind.version to v2.13.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/2fa32d20c89a5bf6030354661f7cbc7ef275efda"><code>2fa32d2</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.3.3 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2605">#2605</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/f80bebfa160e0fb3774b5e0d88b1e0ece03ceb22"><code>f80bebf</code></a> Update dependency org.jsoup:jsoup to v1.15.3</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c78d1e98b9ad3372d5c8073d202c7d0f8cd3dc0a"><code>c78d1e9</code></a> Update mockito monorepo to v4.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e4581c409d6b406e92d8254fca9204758a3f57e6"><code>e4581c4</code></a> Update vertx.version to v4.3.3</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.6.0...v7.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cucumber-junit-platform-engine` from 7.6.0 to 7.7.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/releases">cucumber-junit-platform-engine's releases</a>.</em></p>
   <blockquote>
   <h2>v7.7.0</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md">cucumber-junit-platform-engine's changelog</a>.</em></p>
   <blockquote>
   <h2>[7.7.0] - 2022-09-08</h2>
   <h3>Added</h3>
   <ul>
   <li>[JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2604">#2604</a> Sambathkumar Sekar)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/87888faa3040f4cb905431825c0031db973963ae"><code>87888fa</code></a> Prepare release v7.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/0c71c54f3345e09d3b2f772a9efcc9644a22c09b"><code>0c71c54</code></a> [JUnit Platform] Update parallel execution documentation (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2609">#2609</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/627ffa17b13f7e3952b5dc521ffb9f4ab679ff3c"><code>627ffa1</code></a> [JUnit Platform] Enable parallel execution of features (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2604">#2604</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c22dce5387683e5e6cd5abd319181d51526b50f8"><code>c22dce5</code></a> [All] Set version to 7.7.0-SNAPSHOT</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/027e3dcb2098564f6f94c5031d22bc3078ece507"><code>027e3dc</code></a> Update mockito monorepo to v4.8.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/37e08719d27e3b0b1d236cd4816e77d414568371"><code>37e0871</code></a> Update jackson-databind.version to v2.13.4</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/2fa32d20c89a5bf6030354661f7cbc7ef275efda"><code>2fa32d2</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.3.3 (<a href="https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2605">#2605</a>)</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/f80bebfa160e0fb3774b5e0d88b1e0ece03ceb22"><code>f80bebf</code></a> Update dependency org.jsoup:jsoup to v1.15.3</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/c78d1e98b9ad3372d5c8073d202c7d0f8cd3dc0a"><code>c78d1e9</code></a> Update mockito monorepo to v4.7.0</li>
   <li><a href="https://github.com/cucumber/cucumber-jvm/commit/e4581c409d6b406e92d8254fca9204758a3f57e6"><code>e4581c4</code></a> Update vertx.version to v4.3.3</li>
   <li>Additional commits viewable in <a href="https://github.com/cucumber/cucumber-jvm/compare/v7.6.0...v7.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: dev-unsubscribe@isis.apache.org

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


[GitHub] [isis] andi-huber merged pull request #1087: Bump cucumber.version from 7.6.0 to 7.7.0

Posted by GitBox <gi...@apache.org>.
andi-huber merged PR #1087:
URL: https://github.com/apache/isis/pull/1087


-- 
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: dev-unsubscribe@isis.apache.org

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