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

   Bumps [checker-qual](https://github.com/typetools/checker-framework) from 
3.33.0 to 3.34.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/typetools/checker-framework/releases";>checker-qual's 
releases</a>.</em></p>
   <blockquote>
   <h2>Checker Framework 3.34.0</h2>
   <h2>Version 3.34.0 (May 2, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>The Checker Framework runs under JDK 20 -- that is, it runs on a version 
20 JVM.</p>
   <p>Explicit lambda parameters are defaulted the same as method parameters.  
For example, in <code>(String s) -&gt; {...}</code> the type of <code>s</code> 
is <code>@NonNull String</code>.</p>
   <p><strong>Implementation details:</strong></p>
   <p>Renamings in <code>AnnotatedTypeFactory</code>:</p>
   <ul>
   <li><code>prepareCompilationUnitForWriting()</code> =&gt; 
<code>wpiPrepareCompilationUnitForWriting()</code></li>
   <li><code>prepareClassForWriting()</code> =&gt; 
<code>wpiPrepareClassForWriting()</code></li>
   <li><code>prepareMethodForWriting()</code> =&gt; 
<code>wpiPrepareMethodForWriting()</code> and changed its signature by adding 
two formal parameters</li>
   </ul>
   <p><strong>Closed issues:</strong>
   <a 
href="https://redirect.github.com/typetools/checker-framework/issues/803";>#803</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5739";>#5739</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5749";>#5749</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5767";>#5767</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5781";>#5781</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5787";>#5787</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md";>checker-qual's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.34.0 (May 2, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>The Checker Framework runs under JDK 20 -- that is, it runs on a version 
20 JVM.</p>
   <p>Explicit lambda parameters are defaulted the same as method parameters.  
For
   example, in <code>(String s) -&gt; {...}</code> the type of <code>s</code> 
is <code>@NonNull String</code>.</p>
   <p><strong>Implementation details:</strong></p>
   <p>Renamings in <code>AnnotatedTypeFactory</code>:</p>
   <ul>
   <li><code>prepareCompilationUnitForWriting()</code> =&gt; 
<code>wpiPrepareCompilationUnitForWriting()</code></li>
   <li><code>prepareClassForWriting()</code> =&gt; 
<code>wpiPrepareClassForWriting()</code></li>
   <li><code>prepareMethodForWriting()</code> =&gt; 
<code>wpiPrepareMethodForWriting()</code>
   and changed its signature by adding two formal parameters</li>
   </ul>
   <p><strong>Closed issues:</strong>
   <a 
href="https://redirect.github.com/typetools/checker-framework/issues/803";>#803</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5739";>#5739</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5749";>#5749</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5767";>#5767</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5781";>#5781</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5787";>#5787</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/57959be01e466347748f6df06597ffbc7aaa1df9";><code>57959be</code></a>
 new release 3.34.0</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/fd5713bcdbaf9329e979c0419306a06da1672f31";><code>fd5713b</code></a>
 Changed release date.</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/ea0fca0ae6d539131750cd9bb850856ff1be3e39";><code>ea0fca0</code></a>
 Define <code>toStringVerbose()</code> (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5830";>#5830</a>)</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/afdd30af5c8698e8e708c243caef3178ee71baae";><code>afdd30a</code></a>
 Avoid ConcurrentModificationException (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5828";>#5828</a>)</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/a868d08a8706babf5eee8dcd82db2ccf14b9cebb";><code>a868d08</code></a>
 Fix link.</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/b9d46b90b2b084509ccf41fc1634009c4a6f61ec";><code>b9d46b9</code></a>
 Revert updating shadown plugin.</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/3d9b76564fd84273b2a9d392078b2bb908df4cd5";><code>3d9b765</code></a>
 Prep for release.</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/58cea05940a081565065e88cd7bb956e6e869035";><code>58cea05</code></a>
 Documentation improvements (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5822";>#5822</a>)</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/9c9238af1d407d61e9b833aee8c9a5e350be002f";><code>9c9238a</code></a>
 Improve efficiency of <code>getPreconditionAnnotations()</code> and 
`getPostconditionAnn...</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/5218e203eb61eb930a7ad46ede483a40a9dca819";><code>5218e20</code></a>
 Documentation for <code>checkMemberReferenceReceivers()</code> (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5819";>#5819</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/typetools/checker-framework/compare/checker-framework-3.33.0...checker-framework-3.34.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.checkerframework:checker-qual&package-manager=maven&previous-version=3.33.0&new-version=3.34.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 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

Reply via email to