dependabot[bot] opened a new pull request, #2860: URL: https://github.com/apache/causeway/pull/2860
Bumps [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java) from 24.13.0 to 24.14.2. <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>Bugfixes for loadWebPage and readBufferedStream</h2> <p>No release notes provided.</p> <h2>Use UrlConnection in NetUtils instead of Apache HttpClient</h2> <p>As first fix to <a href="https://redirect.github.com/approvals/ApprovalTests.Java/issues/607">#607</a> let's use java's built-in functionality to make web requests.</p> <h2>DateScrubber & Approve-All Script</h2> <p>Support more date formats in <code>DateScrubber</code>, see <a href="https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/Scrubbers.md#supported-formats">Documentation</a></p> <h2>Approval-All Script</h2> <p>All failed approvals are now logged in <code>.approval_tests_temp/.failed_comparison.log</code>. There will be also a script generated that will approve all failed tests.</p> <p>Script assumes it is being run from the .approval_tests_temp directory.</p> <h3>on Unix</h3> <pre lang="bash"><code>cd .approval_tests_temp ./approve_all.sh </code></pre> <h3>on Windows</h3> <pre lang="cmd"><code>cd .approval_tests_temp ./approve_all.bat </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/3e33e2e0de674ee1893530d00572e2a3b7505dc9"><code>3e33e2e</code></a> a reformat code</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/808f4ceeb06951fe38be6ebd879642120eecb927"><code>808f4ce</code></a> - r Replaced deprecated method calls</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/a3f9a2804d712e320286097da7e82ecf7eb4eca6"><code>a3f9a28</code></a> - r Deprecated unfortunately named function</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/5e242fecb8fe938630f3703e5e9d6f65d838a798"><code>5e242fe</code></a> - r Replaced URL with URI.create(url)</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/b38d2d50e2f3e79f4aa528c955a76e42271b0488"><code>b38d2d5</code></a> - r Removed duplicate functionality</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/6c831f6693db935339edb1389f398d5743e59954"><code>6c831f6</code></a> - B Fixed bug with the way we were processing BufferedStreams</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/80fd2c1de6fdc8fab2c1dbfcee25b995df7335ba"><code>80fd2c1</code></a> v 24.14.1</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/92592fdc17848871b659757504265016c6b5af2c"><code>92592fd</code></a> a reformat code</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/3e5db3942e5db620a668085f4afb6298680d4800"><code>3e5db39</code></a> ! r Use java's built in UrlConnection instead of apache http client</li> <li><a href="https://github.com/approvals/ApprovalTests.Java/commit/d8e742be7433ad7027b57cb9cfde0b0b27c91157"><code>d8e742b</code></a> . t Tests for NetUtils</li> <li>Additional commits viewable in <a href="https://github.com/approvals/ApprovalTests.Java/compare/24.13.0...24.14.2">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