dependabot[bot] opened a new pull request, #1864: URL: https://github.com/apache/causeway/pull/1864
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 18.7.1 to 19.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/approvals/ApprovalTests.Java/releases">com.approvaltests:approvaltests's releases</a>.</em></p> <blockquote> <h2>Exceptions and Help messages on duplicate verify() calls.</h2> <p>ApprovalTests only wants one call to <code>verify()</code> per test. There are ways to go around this but if you call <code>verify</code> where it would want the exact same file name twice, it will now throw an exception. This will make it easier for people to not be confused as most other testing frameworks allow you to put multiple assertions in the same test.</p> <h1>Backwards compatibility</h1> <p>There are some situations where you want to check that two different processes produce the same result. Calling <code>verify</code> multiple times in the same test can be a way to do this. If you want to do that, we have provided two calls:</p> <ul> <li><code>Approvals.settings().allowMultipleVerifyCallsForThisClass()</code></li> <li><code>Approvals.settings().allowMultipleVerifyCallsForThisMethod()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/13c97723f17db437dd08ca13f2b7becb32b5af84"><code>13c9772</code></a> d updated markdown snippets</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/0feac6012b1a9f55d69a3e8c57add0aef5394082"><code>0feac60</code></a> ! F added better help message</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/6f3e8631812ed031e14ef99a6a0cad0540438811"><code>6f3e863</code></a> @ F Added tracker to Approvals.verify() + ability to override it at class and...</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/8239acb4e8c06812414bd8fb9e85134d9ff22a2c"><code>8239acb</code></a> *** added a way to allow multiple verify per test</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/577f636e1928c821681cd0ac09698f226224f78b"><code>577f636</code></a> *** adding ApprovalTracker</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/875afdccd4873bf4ba78d4870e51478713f55700"><code>875afdc</code></a> Bump actions/cache from 3.3.1 to 3.3.2</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/06e3457db054b93ac2b81ef943bc8e545b0f4562"><code>06e3457</code></a> Bump net.jqwik:jqwik from 1.7.4 to 1.8.0</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/4f236a84f16d4e1f52fbeb314115e1a6588f9883"><code>4f236a8</code></a> Bump actions/checkout from 3 to 4</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/d2826b56446ec4cdb3b2441bbf4d06179a4f5e88"><code>d2826b5</code></a> Bump org.easymock:easymock from 5.1.0 to 5.2.0</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/89ba3ed0b7901eba7f0d7abcb14654c63a22736c"><code>89ba3ed</code></a> d updated markdown snippets</li> <li>Additional commits viewable in <a href="https://github.com/approvals/ApprovalTests.Java/compare/18.7.1...19.0.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
