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

   Bumps 
[com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java)
 from 28.0.0 to 29.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>Breaking Change: move SQL approvals to SqlApprovals</h2>
   <p>We have moved SQL-specific APIs from <code>Approvals</code> to a separate 
class, <code>SqlApprovals</code>.</p>
   <p>This will break the following calls:</p>
   <pre lang="diff"><code>- Approvals.verify(ResultSet)
   + SqlApprovals.verify(ResultSet)
   - Approvals.verify(SqlLoader)
   + SqlApprovals.verify(SqlLoader)
   </code></pre>
   <p>No behavior change; only the entry point moved.</p>
   <p>We did this for compatibility with Java Modules (JPMS).</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/66ed15a646ead15cb015acd920419b503ff42ed6";><code>66ed15a</code></a>
 . d reformatted code and updated markdown snippets</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/87a5344154c5b4c7ed49093b33dd909ad8f9558d";><code>87a5344</code></a>
 - F move SQL approvals to SqlApprovals</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/2423a344b9b8da2cc7b97395d759052d54ec5c5c";><code>2423a34</code></a>
 - r Bump tools.jackson.core:jackson-databind from 3.0.4 to 3.1.0</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/3d652feddf45e56ee866fc23fa28c4153924a57e";><code>3d652fe</code></a>
 - r Bump org.apache.maven.plugins:maven-surefire-plugin</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/ca3dcd3e21dd67972ede2cc5af20152efc787c80";><code>ca3dcd3</code></a>
 - r Bump tools.jackson:jackson-bom from 3.0.4 to 3.1.0</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/882e3940c999959df4f696152e0cfdd283486a0a";><code>882e394</code></a>
 - r Bump the jackson group with 4 updates</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/ce37b1749812643249cec47244ea3d3ac1370cb4";><code>ce37b17</code></a>
 . e release commit message dashes</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/a7cf4b5d6cd4961d1115fa74124c6e5b12281061";><code>a7cf4b5</code></a>
 . C Release v28.0.0 - Removed deprecated methods from Approvals.java</li>
   <li>See full diff in <a 
href="https://github.com/approvals/ApprovalTests.Java/compare/28.0.0...29.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=28.0.0&new-version=29.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 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