dependabot[bot] opened a new pull request, #2718: URL: https://github.com/apache/causeway/pull/2718
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 24.7.0 to 24.8.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>XmlXomApprovals</h2> <p>Xom has support for emojies, so it can be a confinient way to use for xml that contains emojies.</p> <pre lang="java"><code> var expected = """ <?xml version="1.0" encoding="UTF-8"?> <a> <b>😸 &amp; 🐶</b> </a> """; String minimizedXml = expected.replaceAll("\n", " ").replace(" ", ""); XmlXomApprovals.verifyXml(minimizedXml, new Options().inline(expected)); </code></pre> <p>We also allow you to create your own pretty printer when using <code>Approvals.verify</code>.</p> <p>Or no pretty printing at all, then use</p> <pre lang="java"><code>Approvals.verifyXml(xml, x -> x); </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/fecdbdbe6852fe066dcfe829f925db1ba4a8ec8e"><code>fecdbdb</code></a> . d updated markdown snippets</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/369a1353c1921868c02ced871d3d29308ff72bab"><code>369a135</code></a> . t update tests</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/6432fb53f87953cd486291e949a27b63279e7b5a"><code>6432fb5</code></a> . d updated markdown snippets</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/69d5e6c3c75661c9fdaac0b51706378b6b68fff7"><code>69d5e6c</code></a> - F XmlXomApprovals fixes <a href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/466">#466</a></li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/aa8d2c3d4856ace8017ff9569b2bb644edffa351"><code>aa8d2c3</code></a> - F allow people to pass their own xml pretty printer</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/84cb835622188cdabec07a0336ac2920c265329b"><code>84cb835</code></a> . e use latest version of xom</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/483cad5e002a07322bbf6a2b5cef0e7c45e6f6cc"><code>483cad5</code></a> a reformat code</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/3dc66362536abf65d9a9c8d056a368d8235893a0"><code>3dc6636</code></a> Merge branch 'master' of <a href="https://github.com/approvals/ApprovalTests.Java">https://github.com/approvals/ApprovalTests.Java</a></li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/63a99dcf86098ced1b997e3f6dfc3cffa3a3f1dc"><code>63a99dc</code></a> . t playing with xom library</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/6780e8549762200c17b5149e3773133a720948a1"><code>6780e85</code></a> a reformat code</li> <li>Additional commits viewable in <a href="https://github.com/approvals/ApprovalTests.Java/compare/24.7.0...24.8.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: dev-unsubscr...@causeway.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org