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

   Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 
17.1.0 to 17.2.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/approvals/ApprovalTests.Java/releases";>approvaltests's 
releases</a>.</em></p>
   <blockquote>
   <h2>Approvals.NAMES</h2>
   <h2>ExtraInformation.Approvals.txt</h2>
   <h3>the old way</h3>
   <p>There is now a new way to add information to approval names. Previously 
the way to add additional information was</p>
   <pre lang="java"><code>try (NamedEnvironment ne1 = 
NamerFactory.asOsSpecificTest()) { 
       try (NamedEnvironment ne2 = NamerFactory.asMachineNameSpecificTest()) { 
           Approvals.verify(&quot;hello, World!&quot;);
       }
   } 
   </code></pre>
   <h3>the new way</h3>
   <p>We now added a cleaner and more thread-safe method of passing in an 
<code>Options</code> to the additional information.</p>
   <pre lang="java"><code>Options options = 
Approvals.NAMES.asOsSpecificTest().and(Approvals.NAMES::asMachineNameSpecificTest);
   Approvals.verify(&quot;hello, World!&quot;, options);
   </code></pre>
   <p>We're not removing the previous way, we're simply adding the new way. In 
the future, we will update everything underneath to be more thread-safe.</p>
   <h2>More</h2>
   <p>We're having a new reporter for TortoiseGIT. Thank you <a 
href="https://github.com/pfichtner";><code>@​pfichtner</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/356c630610f864cbce8739177883b070c7e4b372";><code>356c630</code></a>
 e needs to work on windows as well</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/da1d58a0f50080453a35d3dbc0b2c54e022416e9";><code>da1d58a</code></a>
 e sed for Ubuntu</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/c39a9bf861627e236e610b74caebfae2b492f229";><code>c39a9bf</code></a>
 e update actions to use scripts</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/50630f5a2f2c07941c6a2982fa04ead8bc2f366c";><code>50630f5</code></a>
 e compatible with macos</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/a39cba5d21570e0d43110adbdf654498ceb81e92";><code>a39cba5</code></a>
 e scripts for formatting</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/c852ebf03f0db05c00c5f0d0b8083b0342b7c4dd";><code>c852ebf</code></a>
 Bump gson from 2.9.0 to 2.9.1</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/f27771fcfe0661c5c01e65488cf00bc7bd407c4c";><code>f27771f</code></a>
 F!! Options.and(...)</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/16c6edcaf6beba2459269662b73df305625260cc";><code>16c6edc</code></a>
 a   reformat code</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/718d87fa5a4c4a345a306c77c06c662d43b7c09f";><code>718d87f</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/approvals/ApprovalTests.Java/issues/287";>#287</a>
 from pfichtner/tortoise-git</li>
   <li><a 
href="https://github.com/approvals/ApprovalTests.Java/commit/0add6f43b24f5d48d98fbeb3aec687b80c9ec395";><code>0add6f4</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/approvals/ApprovalTests.Java/issues/284";>#284</a>
 from approvals/dependabot/maven/org.junit.jupiter-jun...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/approvals/ApprovalTests.Java/compare/17.1.0...17.2.1";>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=17.1.0&new-version=17.2.1)](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 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