dependabot[bot] opened a new pull request, #1627: URL: https://github.com/apache/arrow-adbc/pull/1627
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.10 to 0.10.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber/NullAway/releases">com.uber.nullaway:nullaway's releases</a>.</em></p> <blockquote> <h2>NullAway 0.10.24</h2> <ul> <li>Add library model for Files.isDirectory (<a href="https://redirect.github.com/uber/NullAway/issues/913">#913</a>)</li> <li>JSpecify test case for generic methods (<a href="https://redirect.github.com/uber/NullAway/issues/918">#918</a>)</li> <li>Check dereference of qualifier expression in method reference (<a href="https://redirect.github.com/uber/NullAway/issues/920">#920</a>)</li> <li>JSpecify: skip checking when type is primitive (<a href="https://redirect.github.com/uber/NullAway/issues/924">#924</a>)</li> <li>Fix another JSpecify raw type issue (<a href="https://redirect.github.com/uber/NullAway/issues/925">#925</a>)</li> <li>Fix handling of references to methods of array types and type variables (<a href="https://redirect.github.com/uber/NullAway/issues/926">#926</a>)</li> <li>Build / CI / Documentation upgrades/fixes: <ul> <li>Fix lombok config example more correctly on README (<a href="https://redirect.github.com/uber/NullAway/issues/911">#911</a>)</li> <li>Update to Gradle 8.6 (<a href="https://redirect.github.com/uber/NullAway/issues/914">#914</a>)</li> <li>Update to Error Prone 2.25.0 (<a href="https://redirect.github.com/uber/NullAway/issues/916">#916</a>)</li> <li>Add codecov token (<a href="https://redirect.github.com/uber/NullAway/issues/921">#921</a>)</li> </ul> </li> </ul> <h2>NullAway 0.10.23</h2> <ul> <li>Update for missing a couple possibly unsafe xml parser (<a href="https://redirect.github.com/uber/NullAway/issues/902">#902</a>)</li> <li>Add foojay-resolver-convention plugin (<a href="https://redirect.github.com/uber/NullAway/issues/905">#905</a>)</li> <li>JSpecify: Reason about nullability of reads from arrays (<a href="https://redirect.github.com/uber/NullAway/issues/875">#875</a>)</li> <li>Fix handling of static imports from subclasses (<a href="https://redirect.github.com/uber/NullAway/issues/904">#904</a>)</li> <li>Adding support for nullable type upper bounds considering Library models (<a href="https://redirect.github.com/uber/NullAway/issues/903">#903</a>)</li> <li>Support for extra Futures classes (<a href="https://redirect.github.com/uber/NullAway/issues/909">#909</a>)</li> <li>Build / CI tooling upgrades: <ul> <li>Bump various CI workflow versions (<a href="https://redirect.github.com/uber/NullAway/issues/906">#906</a>)</li> </ul> </li> </ul> <h2>NullAway 0.10.22</h2> <p>IMPORTANT: The support for JDK 8 is deprecated in this release and will be removed in an upcoming release.</p> <ul> <li>Fix bug with implicit equals() methods in interfaces (<a href="https://redirect.github.com/uber/NullAway/issues/898">#898</a>)</li> <li>Fix crash with raw types in overrides in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/899">#899</a>)</li> <li>Docs fix: Update instructions for Android and our sample app (<a href="https://redirect.github.com/uber/NullAway/issues/900">#900</a>)</li> </ul> <h2>NullAway 0.10.21</h2> <p>IMPORTANT: This release fixes a crash when running against <2.24.0 release of Error Prone (see <a href="https://redirect.github.com/uber/NullAway/issues/894">#894</a>) introduced in NullAway v0.10.20 and another crash related to Checker Framework (see <a href="https://redirect.github.com/uber/NullAway/issues/895">#895</a>) introduced in NullAway v0.10.19.</p> <ul> <li>Fix backwards-incompatible calls to ASTHelpers.hasDirectAnnotationWithSimpleName (<a href="https://redirect.github.com/uber/NullAway/issues/894">#894</a>)</li> <li>Downgrade to Checker Framework 3.40.0 (<a href="https://redirect.github.com/uber/NullAway/issues/895">#895</a>)</li> </ul> <h2>NullAway 0.10.20</h2> <ul> <li>Fix JSpecify support on JDK 21 (<a href="https://redirect.github.com/uber/NullAway/issues/869">#869</a>)</li> <li>Build / CI tooling upgrades for NullAway itself: <ul> <li>Update to WALA 1.6.3 (<a href="https://redirect.github.com/uber/NullAway/issues/887">#887</a>)</li> <li>Update to Error Prone 2.24.1 (<a href="https://redirect.github.com/uber/NullAway/issues/888">#888</a>)</li> </ul> </li> </ul> <h2>NullAway 0.10.19</h2> <ul> <li>Update to Checker Framework 3.41.0 (<a href="https://redirect.github.com/uber/NullAway/issues/873">#873</a>)</li> <li>Extend library models to mark fields as nullable (<a href="https://redirect.github.com/uber/NullAway/issues/878">#878</a>) <ul> <li>Main use case is NullAwayAnnotator</li> </ul> </li> <li>Fix jarinfer cli output determinism (<a href="https://redirect.github.com/uber/NullAway/issues/884">#884</a>)</li> <li>Add support for AssertJ as() and describedAs() in AssertionHandler (<a href="https://redirect.github.com/uber/NullAway/issues/885">#885</a>)</li> <li>Support for JSpecify's 0.3.0 annotation [experimental] <ul> <li>JSpecify: In generics code, get rid of checks for ClassType (<a href="https://redirect.github.com/uber/NullAway/issues/863">#863</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">com.uber.nullaway:nullaway's changelog</a>.</em></p> <blockquote> <h2>Version 0.10.24</h2> <ul> <li>Add library model for Files.isDirectory (<a href="https://redirect.github.com/uber/NullAway/issues/913">#913</a>)</li> <li>JSpecify test case for generic methods (<a href="https://redirect.github.com/uber/NullAway/issues/918">#918</a>)</li> <li>Check dereference of qualifier expression in method reference (<a href="https://redirect.github.com/uber/NullAway/issues/920">#920</a>)</li> <li>JSpecify: skip checking when type is primitive (<a href="https://redirect.github.com/uber/NullAway/issues/924">#924</a>)</li> <li>Fix another JSpecify raw type issue (<a href="https://redirect.github.com/uber/NullAway/issues/925">#925</a>)</li> <li>Fix handling of references to methods of array types and type variables (<a href="https://redirect.github.com/uber/NullAway/issues/926">#926</a>)</li> <li>Build / CI / Documentation upgrades/fixes: <ul> <li>Fix lombok config example more correctly on README (<a href="https://redirect.github.com/uber/NullAway/issues/911">#911</a>)</li> <li>Update to Gradle 8.6 (<a href="https://redirect.github.com/uber/NullAway/issues/914">#914</a>)</li> <li>Update to Error Prone 2.25.0 (<a href="https://redirect.github.com/uber/NullAway/issues/916">#916</a>)</li> <li>Add codecov token (<a href="https://redirect.github.com/uber/NullAway/issues/921">#921</a>)</li> </ul> </li> </ul> <h2>Version 0.10.23</h2> <ul> <li>Update for missing a couple possibly unsafe xml parser (<a href="https://redirect.github.com/uber/NullAway/issues/902">#902</a>)</li> <li>Add foojay-resolver-convention plugin (<a href="https://redirect.github.com/uber/NullAway/issues/905">#905</a>)</li> <li>JSpecify: Reason about nullability of reads from arrays (<a href="https://redirect.github.com/uber/NullAway/issues/875">#875</a>)</li> <li>Fix handling of static imports from subclasses (<a href="https://redirect.github.com/uber/NullAway/issues/904">#904</a>)</li> <li>Adding support for nullable type upper bounds considering Library models (<a href="https://redirect.github.com/uber/NullAway/issues/903">#903</a>)</li> <li>Support for extra Futures classes (<a href="https://redirect.github.com/uber/NullAway/issues/909">#909</a>)</li> <li>Build / CI tooling upgrades: <ul> <li>Bump various CI workflow versions (<a href="https://redirect.github.com/uber/NullAway/issues/906">#906</a>)</li> </ul> </li> </ul> <h2>Version 0.10.22</h2> <p>IMPORTANT: The support for JDK 8 is deprecated in this release and will be removed in an upcoming release.</p> <ul> <li>Fix bug with implicit equals() methods in interfaces (<a href="https://redirect.github.com/uber/NullAway/issues/898">#898</a>)</li> <li>Fix crash with raw types in overrides in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/899">#899</a>)</li> <li>Docs fix: Update instructions for Android and our sample app (<a href="https://redirect.github.com/uber/NullAway/issues/900">#900</a>)</li> </ul> <h2>Version 0.10.21</h2> <p>IMPORTANT: This release fixes a crash when running against <2.24.0 release of Error Prone (see <a href="https://redirect.github.com/uber/NullAway/issues/894">#894</a>) introduced in NullAway v0.10.20 and another crash related to Checker Framework (see <a href="https://redirect.github.com/uber/NullAway/issues/895">#895</a>) introduced in NullAway v0.10.19.</p> <ul> <li>Fix backwards-incompatible calls to ASTHelpers.hasDirectAnnotationWithSimpleName (<a href="https://redirect.github.com/uber/NullAway/issues/894">#894</a>)</li> <li>Downgrade to Checker Framework 3.40.0 (<a href="https://redirect.github.com/uber/NullAway/issues/895">#895</a>)</li> </ul> <h2>Version 0.10.20</h2> <ul> <li>Fix JSpecify support on JDK 21 (<a href="https://redirect.github.com/uber/NullAway/issues/869">#869</a>)</li> <li>Build / CI tooling upgrades for NullAway itself: <ul> <li>Update to WALA 1.6.3 (<a href="https://redirect.github.com/uber/NullAway/issues/887">#887</a>)</li> <li>Update to Error Prone 2.24.1 (<a href="https://redirect.github.com/uber/NullAway/issues/888">#888</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/1c497a7cff1c4d37a0f51abdf98e0759c0b7539a"><code>1c497a7</code></a> Prepare next development version.</li> <li><a href="https://github.com/uber/NullAway/commit/ad24853bd8dfd851dcdb0024d4678adf7b151178"><code>ad24853</code></a> Prepare for release 0.10.24.</li> <li><a href="https://github.com/uber/NullAway/commit/348bb4d997d04b3f86fe6ac629e056c52bfbbb27"><code>348bb4d</code></a> Fix handling of references to methods of array types and type variables (<a href="https://redirect.github.com/uber/NullAway/issues/926">#926</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/d7c757f5be547ca298f17625234a8c913adeb099"><code>d7c757f</code></a> Fix another JSpecify raw type issue (<a href="https://redirect.github.com/uber/NullAway/issues/925">#925</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/a42b3a8b97a216ed75c324e10ab48a63052cc9d6"><code>a42b3a8</code></a> JSpecify: skip checking when type is primitive (<a href="https://redirect.github.com/uber/NullAway/issues/924">#924</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/28cc318c41db2941f34e23bbd8b91c58b1bab241"><code>28cc318</code></a> Add codecov token (<a href="https://redirect.github.com/uber/NullAway/issues/921">#921</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/a7bb7d320cf774a9ec6beb9e6b79b9bef30accf1"><code>a7bb7d3</code></a> Check dereference of qualifier expression in method reference (<a href="https://redirect.github.com/uber/NullAway/issues/920">#920</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/3a3d8e701184e3a03d159791b827365f4db04045"><code>3a3d8e7</code></a> JSpecify test case for generic methods (<a href="https://redirect.github.com/uber/NullAway/issues/918">#918</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/0f3a4ec33ebf64907f2a4348793ce454e568b49f"><code>0f3a4ec</code></a> Update to Error Prone 2.25.0 (<a href="https://redirect.github.com/uber/NullAway/issues/916">#916</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/d1d1fbc6b4e7bdeab7e3c9bec742d3e447c782db"><code>d1d1fbc</code></a> Add library model for Files.isDirectory (<a href="https://redirect.github.com/uber/NullAway/issues/913">#913</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.10.10...v0.10.24">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
