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

   Bumps 
[com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java)
 from 21.1.0 to 22.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>Remove deprecated api</h2>
   <h2>Minor breaking changes</h2>
   <p>Issue <a 
href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/376";>#376</a>
 made javax.mail optional
   Removed deprecated api in JupiterApprovals
   Moved TestUtils.displayEmail to EmailOpener.displayEmail</p>
   <h2>Easy reordering of JSON for consistent approvals</h2>
   <h1>The Problem:</h1>
   <p>JSON does not define an order to the fields.<br />
   This can make approving JSON inconsistent as ApprovalTests requires 
consistent results.</p>
   <h1>The Solution:</h1>
   <p><code>JsonApprovals.verifyJson(json)</code> now has an overload:<br />
   <code>JsonApprovals.verifyJson(json, reorderJson: true)</code><br />
   which will alphabetically sort the JSON in the result.
   By default it still does not reorder the JSON.</p>
   <h1>Extras</h1>
   <p>You can call the reordering directly with<br />
   <code>JsonUtils.reorderFields(json)</code><br />
   This fixes <a 
href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/422";>#422</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/0cb7624c9aeb03d2d213e0f0d9fddb6caed5a1eb";><code>0cb7624</code></a>
 . e Add javax.mail to approvaltests-tests</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/59f9eab872d3d78a15aa5a5edf6983afb5f7eb86";><code>59f9eab</code></a>
 a   reformat code</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/14cc2403344692f416e69e9d8983c1d2c41259f5";><code>14cc240</code></a>
 . t Corrected test that was using deprecated api</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/9286f5c99c28bbfa139744292ef7e6c750e7c792";><code>9286f5c</code></a>
 ! F Separating Email opener and removing deprecated function</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/fc5d7901edf974dce028c170fcbb96d111934257";><code>fc5d790</code></a>
 d updated markdown snippets</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/265a4840c6981640409033973bbaa175b1206a00";><code>265a484</code></a>
 ! F Added reorder field option to JsonApprovals.verifyJson</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/3636eba0aeca0b14afda1a79c1cfa92744569be1";><code>3636eba</code></a>
 ! F JsonUtils.reorderFields</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/c61f42213755fed545a3969da391650bb1378763";><code>c61f422</code></a>
 a   reformat code</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/37e24b78469a33a1878354a5e18a0334fb727011";><code>37e24b7</code></a>
 F - Extend list of known text file extensions</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/813522a9b765f4173c8d6a895fbbc45c79a33427";><code>813522a</code></a>
 v 21.1.0</li>
   <li>See full diff in <a 
href="https://github.com/approvals/ApprovalTests.Java/compare/21.1.0...22.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.approvaltests:approvaltests&package-manager=maven&previous-version=21.1.0&new-version=22.0.0)](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]

Reply via email to