dependabot[bot] opened a new pull request, #2045:
URL: https://github.com/apache/arrow-adbc/pull/2045

   Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 
0.11.0 to 0.11.1.
   <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.11.1</h2>
   <ul>
   <li>Fix issue 1008 (<a 
href="https://redirect.github.com/uber/NullAway/issues/1009";>#1009</a>)</li>
   <li>JSpecify: read upper bound annotations from bytecode and add tests (<a 
href="https://redirect.github.com/uber/NullAway/issues/1004";>#1004</a>)</li>
   <li>Fix crash with suggested suppressions in JSpecify mode (<a 
href="https://redirect.github.com/uber/NullAway/issues/1001";>#1001</a>)</li>
   <li>Update to JSpecify 1.0 and use JSpecify annotations in NullAway code (<a 
href="https://redirect.github.com/uber/NullAway/issues/1000";>#1000</a>)</li>
   <li>Expose <a 
href="https://github.com/EnsuresNonNull";><code>@​EnsuresNonNull</code></a> and 
<a href="https://github.com/RequiresNonNull";><code>@​RequiresNonNull</code></a> 
in annotations package (<a 
href="https://redirect.github.com/uber/NullAway/issues/999";>#999</a>)</li>
   <li>Don't report initializer warnings on <a 
href="https://github.com/NullUnmarked";><code>@​NullUnmarked</code></a> 
constructors / methods (<a 
href="https://redirect.github.com/uber/NullAway/issues/997";>#997</a>)</li>
   <li>Strip annotations from MethodSymbol strings (<a 
href="https://redirect.github.com/uber/NullAway/issues/993";>#993</a>)</li>
   <li>JSpecify: fix crashes where declared parameter / return types were raw 
(<a href="https://redirect.github.com/uber/NullAway/issues/989";>#989</a>)</li>
   <li>JSpecify: Handle <a 
href="https://github.com/nullable";><code>@​nullable</code></a> elements for 
enhanced-for-loops on arrays (<a 
href="https://redirect.github.com/uber/NullAway/issues/986";>#986</a>)</li>
   <li>Features/944 tidy stream nullability propagator (<a 
href="https://redirect.github.com/uber/NullAway/issues/985";>#985</a>)</li>
   <li>Tests for loops over arrays (<a 
href="https://redirect.github.com/uber/NullAway/issues/982";>#982</a>)</li>
   <li>Bug fixes for array subtyping at returns / parameter passing (<a 
href="https://redirect.github.com/uber/NullAway/issues/980";>#980</a>)</li>
   <li>JSpecify: Handle <a 
href="https://github.com/nonnull";><code>@​nonnull</code></a> elements in <a 
href="https://github.com/nullable";><code>@​nullable</code></a> content arrays 
(<a href="https://redirect.github.com/uber/NullAway/issues/963";>#963</a>)</li>
   <li>Don't report <a 
href="https://github.com/nullable";><code>@​nullable</code></a> type argument 
errors for unmarked classes (<a 
href="https://redirect.github.com/uber/NullAway/issues/958";>#958</a>)</li>
   <li>External Library Models: Adding support for Nullable upper bounds of 
Generic Type parameters (<a 
href="https://redirect.github.com/uber/NullAway/issues/949";>#949</a>)</li>
   <li>Refactoring / code cleanups:
   <ul>
   <li>Test on JDK 22 (<a 
href="https://redirect.github.com/uber/NullAway/issues/992";>#992</a>)</li>
   <li>Add test case for <a 
href="https://github.com/nullable";><code>@​nullable</code></a> Void with 
override in JSpecify mode (<a 
href="https://redirect.github.com/uber/NullAway/issues/990";>#990</a>)</li>
   <li>Enable UnnecessaryFinal and PreferredInterfaceType EP checks (<a 
href="https://redirect.github.com/uber/NullAway/issues/991";>#991</a>)</li>
   <li>Add missing <a href="https://github.com/test";><code>@​test</code></a> 
annotation (<a 
href="https://redirect.github.com/uber/NullAway/issues/988";>#988</a>)</li>
   <li>Fix typo in variable name (<a 
href="https://redirect.github.com/uber/NullAway/issues/987";>#987</a>)</li>
   <li>Remove AbstractConfig class (<a 
href="https://redirect.github.com/uber/NullAway/issues/974";>#974</a>)</li>
   <li>Fix Javadoc for MethodRef (<a 
href="https://redirect.github.com/uber/NullAway/issues/973";>#973</a>)</li>
   <li>Refactored data clumps with the help of LLMs (research project) (<a 
href="https://redirect.github.com/uber/NullAway/issues/960";>#960</a>)</li>
   </ul>
   </li>
   <li>Build / CI tooling maintenance:
   <ul>
   <li>Various cleanups enabled by bumping minimum Java and Error Prone 
versions (<a 
href="https://redirect.github.com/uber/NullAway/issues/962";>#962</a>)</li>
   <li>Disable publishing of snapshot builds from CI (<a 
href="https://redirect.github.com/uber/NullAway/issues/967";>#967</a>)</li>
   <li>Update Gradle action usage in CI workflow (<a 
href="https://redirect.github.com/uber/NullAway/issues/969";>#969</a>)</li>
   <li>Update Gradle config to always compile Java code using JDK 17 (<a 
href="https://redirect.github.com/uber/NullAway/issues/971";>#971</a>)</li>
   <li>Update JavaParser to 3.26.0 (<a 
href="https://redirect.github.com/uber/NullAway/issues/970";>#970</a>)</li>
   <li>Reenable JMH benchmarking in a safer manner (<a 
href="https://redirect.github.com/uber/NullAway/issues/975";>#975</a>)</li>
   <li>Updated JMH Benchmark Comment Action (<a 
href="https://redirect.github.com/uber/NullAway/issues/976";>#976</a>)</li>
   <li>Update to Gradle 8.8 (<a 
href="https://redirect.github.com/uber/NullAway/issues/981";>#981</a>)</li>
   <li>Update to Error Prone 2.28.0 (<a 
href="https://redirect.github.com/uber/NullAway/issues/984";>#984</a>)</li>
   <li>Update to Gradle 8.9 (<a 
href="https://redirect.github.com/uber/NullAway/issues/998";>#998</a>)</li>
   <li>Update to WALA 1.6.6 (<a 
href="https://redirect.github.com/uber/NullAway/issues/1003";>#1003</a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </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.11.1</h2>
   <ul>
   <li>Fix issue 1008 (<a 
href="https://redirect.github.com/uber/NullAway/issues/1009";>#1009</a>)</li>
   <li>JSpecify: read upper bound annotations from bytecode and add tests (<a 
href="https://redirect.github.com/uber/NullAway/issues/1004";>#1004</a>)</li>
   <li>Fix crash with suggested suppressions in JSpecify mode (<a 
href="https://redirect.github.com/uber/NullAway/issues/1001";>#1001</a>)</li>
   <li>Update to JSpecify 1.0 and use JSpecify annotations in NullAway code (<a 
href="https://redirect.github.com/uber/NullAway/issues/1000";>#1000</a>)</li>
   <li>Expose <a 
href="https://github.com/EnsuresNonNull";><code>@​EnsuresNonNull</code></a> and 
<a href="https://github.com/RequiresNonNull";><code>@​RequiresNonNull</code></a> 
in annotations package (<a 
href="https://redirect.github.com/uber/NullAway/issues/999";>#999</a>)</li>
   <li>Don't report initializer warnings on <a 
href="https://github.com/NullUnmarked";><code>@​NullUnmarked</code></a> 
constructors / methods (<a 
href="https://redirect.github.com/uber/NullAway/issues/997";>#997</a>)</li>
   <li>Strip annotations from MethodSymbol strings (<a 
href="https://redirect.github.com/uber/NullAway/issues/993";>#993</a>)</li>
   <li>JSpecify: fix crashes where declared parameter / return types were raw 
(<a href="https://redirect.github.com/uber/NullAway/issues/989";>#989</a>)</li>
   <li>JSpecify: Handle <a 
href="https://github.com/nullable";><code>@​nullable</code></a> elements for 
enhanced-for-loops on arrays (<a 
href="https://redirect.github.com/uber/NullAway/issues/986";>#986</a>)</li>
   <li>Features/944 tidy stream nullability propagator (<a 
href="https://redirect.github.com/uber/NullAway/issues/985";>#985</a>)</li>
   <li>Tests for loops over arrays (<a 
href="https://redirect.github.com/uber/NullAway/issues/982";>#982</a>)</li>
   <li>Bug fixes for array subtyping at returns / parameter passing (<a 
href="https://redirect.github.com/uber/NullAway/issues/980";>#980</a>)</li>
   <li>JSpecify: Handle <a 
href="https://github.com/nonnull";><code>@​nonnull</code></a> elements in <a 
href="https://github.com/nullable";><code>@​nullable</code></a> content arrays 
(<a href="https://redirect.github.com/uber/NullAway/issues/963";>#963</a>)</li>
   <li>Don't report <a 
href="https://github.com/nullable";><code>@​nullable</code></a> type argument 
errors for unmarked classes (<a 
href="https://redirect.github.com/uber/NullAway/issues/958";>#958</a>)</li>
   <li>External Library Models: Adding support for Nullable upper bounds of 
Generic Type parameters (<a 
href="https://redirect.github.com/uber/NullAway/issues/949";>#949</a>)</li>
   <li>Refactoring / code cleanups:
   <ul>
   <li>Test on JDK 22 (<a 
href="https://redirect.github.com/uber/NullAway/issues/992";>#992</a>)</li>
   <li>Add test case for <a 
href="https://github.com/nullable";><code>@​nullable</code></a> Void with 
override in JSpecify mode (<a 
href="https://redirect.github.com/uber/NullAway/issues/990";>#990</a>)</li>
   <li>Enable UnnecessaryFinal and PreferredInterfaceType EP checks (<a 
href="https://redirect.github.com/uber/NullAway/issues/991";>#991</a>)</li>
   <li>Add missing <a href="https://github.com/test";><code>@​test</code></a> 
annotation (<a 
href="https://redirect.github.com/uber/NullAway/issues/988";>#988</a>)</li>
   <li>Fix typo in variable name (<a 
href="https://redirect.github.com/uber/NullAway/issues/987";>#987</a>)</li>
   <li>Remove AbstractConfig class (<a 
href="https://redirect.github.com/uber/NullAway/issues/974";>#974</a>)</li>
   <li>Fix Javadoc for MethodRef (<a 
href="https://redirect.github.com/uber/NullAway/issues/973";>#973</a>)</li>
   <li>Refactored data clumps with the help of LLMs (research project) (<a 
href="https://redirect.github.com/uber/NullAway/issues/960";>#960</a>)</li>
   </ul>
   </li>
   <li>Build / CI tooling maintenance:
   <ul>
   <li>Various cleanups enabled by bumping minimum Java and Error Prone 
versions (<a 
href="https://redirect.github.com/uber/NullAway/issues/962";>#962</a>)</li>
   <li>Disable publishing of snapshot builds from CI (<a 
href="https://redirect.github.com/uber/NullAway/issues/967";>#967</a>)</li>
   <li>Update Gradle action usage in CI workflow (<a 
href="https://redirect.github.com/uber/NullAway/issues/969";>#969</a>)</li>
   <li>Update Gradle config to always compile Java code using JDK 17 (<a 
href="https://redirect.github.com/uber/NullAway/issues/971";>#971</a>)</li>
   <li>Update JavaParser to 3.26.0 (<a 
href="https://redirect.github.com/uber/NullAway/issues/970";>#970</a>)</li>
   <li>Reenable JMH benchmarking in a safer manner (<a 
href="https://redirect.github.com/uber/NullAway/issues/975";>#975</a>)</li>
   <li>Updated JMH Benchmark Comment Action (<a 
href="https://redirect.github.com/uber/NullAway/issues/976";>#976</a>)</li>
   <li>Update to Gradle 8.8 (<a 
href="https://redirect.github.com/uber/NullAway/issues/981";>#981</a>)</li>
   <li>Update to Error Prone 2.28.0 (<a 
href="https://redirect.github.com/uber/NullAway/issues/984";>#984</a>)</li>
   <li>Update to Gradle 8.9 (<a 
href="https://redirect.github.com/uber/NullAway/issues/998";>#998</a>)</li>
   <li>Update to WALA 1.6.6 (<a 
href="https://redirect.github.com/uber/NullAway/issues/1003";>#1003</a>)</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uber/NullAway/commit/efdb7620f9f683b8e07ef4ac9a46afb25a0c48db";><code>efdb762</code></a>
 Prepare for release 0.11.1.</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/882ec59c15dc854f8b70d51d8d9d39c3e7a7b1cb";><code>882ec59</code></a>
 Fix issue 1008 (<a 
href="https://redirect.github.com/uber/NullAway/issues/1009";>#1009</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/55842913ccf3ffb4b5452f717758ed2be49f84d0";><code>5584291</code></a>
 JSpecify: read upper bound annotations from bytecode and add tests (<a 
href="https://redirect.github.com/uber/NullAway/issues/1004";>#1004</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/43bbb79695fb61cadbbeaef7109f18f4da3be44d";><code>43bbb79</code></a>
 Fix crash with suggested suppressions in JSpecify mode (<a 
href="https://redirect.github.com/uber/NullAway/issues/1001";>#1001</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/e0718a8ca034ea508fdac5c1e3fb9a6859824198";><code>e0718a8</code></a>
 Update to WALA 1.6.6 (<a 
href="https://redirect.github.com/uber/NullAway/issues/1003";>#1003</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/95478ae6892a0a974ce073fec06b2fcb6811b89f";><code>95478ae</code></a>
 Update to JSpecify 1.0 and use JSpecify annotations in NullAway code (<a 
href="https://redirect.github.com/uber/NullAway/issues/1000";>#1000</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/655159f69263edff9617eae47a3c02ff6058b856";><code>655159f</code></a>
 Expose <a 
href="https://github.com/EnsuresNonNull";><code>@​EnsuresNonNull</code></a> and 
<a href="https://github.com/RequiresNonNull";><code>@​RequiresNonNull</code></a> 
in annotations package (<a 
href="https://redirect.github.com/uber/NullAway/issues/999";>#999</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/01651e4d7c6b96e8b9e31b54e0eb58122287851c";><code>01651e4</code></a>
 Update to Gradle 8.9 (<a 
href="https://redirect.github.com/uber/NullAway/issues/998";>#998</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/ac72b6823e9c418e2e3ef7d34e753f47d4c956e9";><code>ac72b68</code></a>
 Don't report initializer warnings on <a 
href="https://github.com/NullUnmarked";><code>@​NullUnmarked</code></a> 
constructors / methods (<a 
href="https://redirect.github.com/uber/NullAway/issues/997";>#997</a>)</li>
   <li><a 
href="https://github.com/uber/NullAway/commit/40576b780ed3ae920f1e0ae73c06f43b0cb77633";><code>40576b7</code></a>
 Strip annotations from MethodSymbol strings (<a 
href="https://redirect.github.com/uber/NullAway/issues/993";>#993</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/uber/NullAway/compare/v0.11.0...v0.11.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.uber.nullaway:nullaway&package-manager=maven&previous-version=0.11.0&new-version=0.11.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 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