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

   Bumps [checker-qual](https://github.com/typetools/checker-framework) from 
3.32.0 to 3.33.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.33.0</h2>
   <h2>Version 3.33.0 (April 3, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>The new command-line argument <code>-AwarnRedundantAnnotations</code> 
warns about redundant annotations.  With this flag, a warning is issued if an 
explicitly written annotation on a type is the same as the default annotation.  
This feature does not warn about all redundant annotations, only some.</p>
   <p>The Value Checker is cognizant of signedness annotations.  This 
eliminates some false positive warnings.</p>
   <p><strong>Implementation details:</strong></p>
   <p>The Checker Framework no longer builds under JDK 8. However, you can 
still run the Checker Framework under JDK 8.</p>
   <p><strong>Closed issues:</strong></p>
   <p><a 
href="https://redirect.github.com/typetools/checker-framework/issues/3785";>#3785</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5436";>#5436</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5708";>#5708</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5717";>#5717</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5720";>#5720</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5721";>#5721</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5727";>#5727</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5732";>#5732</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.33.0 (April 3, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>The new command-line argument <code>-AwarnRedundantAnnotations</code> 
warns about redundant
   annotations.  With this flag, a warning is issued if an explicitly written
   annotation on a type is the same as the default annotation.  This feature 
does
   not warn about all redundant annotations, only some.</p>
   <p>The Value Checker is cognizant of signedness annotations.  This 
eliminates some
   false positive warnings.</p>
   <p><strong>Implementation details:</strong></p>
   <p>The Checker Framework no longer builds under JDK 8.
   However, you can still run the Checker Framework under JDK 8.</p>
   <p><strong>Closed issues:</strong></p>
   <p><a 
href="https://redirect.github.com/typetools/checker-framework/issues/3785";>#3785</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5436";>#5436</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5708";>#5708</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5717";>#5717</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5720";>#5720</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5721";>#5721</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5727";>#5727</a>,
 <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5732";>#5732</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/0ed62fc21e930b611ce3100b21e4817cc432846f";><code>0ed62fc</code></a>
 new release 3.33.0</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/db8eae9a04cbc7cacc76ac0e82243eab1f3bf013";><code>db8eae9</code></a>
 Update to Stubparser to version 3.25.2. (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5740";>#5740</a>)</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/a4e2e41146dff4b8ae1dd4b4156316f20a19eec6";><code>a4e2e41</code></a>
 Prep for release.</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/4998fe2eea2919d8f8c357b3e02df7103a39385e";><code>4998fe2</code></a>
 Note about Error Prone javac dependency (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5744";>#5744</a>)</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/d4ff506f4b77bb2c031812909ee273767c4d6a17";><code>d4ff506</code></a>
 Erase types in <code>super()</code> signature when the super type is raw</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/315cb03820c079a12e9cd1bbfec028030e327264";><code>315cb03</code></a>
 Revert update of the shadow plugin</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/30a968e29b552228d78219b9e317d2fabffb07da";><code>30a968e</code></a>
 Test case for <a 
href="https://redirect.github.com/typetools/checker-framework/issues/5739";>typetools/checker-framework#5739</a></li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/342041ff94ee3dcc92b2ededcd45dbc4027ea520";><code>342041f</code></a>
 Methods that return &quot;void&quot; cannot be pure, so -AsuggestPurity should 
not sugg...</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/77f148934161318bb987c433611fe1228c023d02";><code>77f1489</code></a>
 Give full path to test files (<a 
href="https://redirect.github.com/typetools/checker-framework/issues/5735";>#5735</a>)</li>
   <li><a 
href="https://github.com/typetools/checker-framework/commit/86121890826509d60709fd99999db5e3299f20ca";><code>8612189</code></a>
 RLC should treat calls to methods with <a 
href="https://github.com/Owning";><code>@​Owning</code></a> parameters as if 
they call the...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/typetools/checker-framework/compare/checker-framework-3.32.0...checker-framework-3.33.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.32.0&new-version=3.33.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to