dependabot[bot] opened a new pull request, #4214: URL: https://github.com/apache/arrow-adbc/pull/4214
Bumps the linters group in /java with 1 update: [com.uber.nullaway:nullaway](https://github.com/uber/NullAway). Updates `com.uber.nullaway:nullaway` from 0.13.2 to 0.13.3 <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.13.3</h2> <p>Quick follow-up release to 0.13.2 to fix a crash (<a href="https://redirect.github.com/uber/NullAway/issues/1523">#1523</a>).</p> <ul> <li>Add <a href="https://github.com/InjectSoftAssertions"><code>@InjectSoftAssertions</code></a> to default excluded field annotations by <a href="https://github.com/is-ivanov"><code>@is-ivanov</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1516">#1516</a>)</li> <li>Fix check for enclosing <code>NewClassTree</code> (<a href="https://redirect.github.com/uber/NullAway/issues/1524">#1524</a>)</li> <li>Maintenance <ul> <li>Remove <code>onOverrideMethodInvocationVarargsArrayNullability</code> handler method (<a href="https://redirect.github.com/uber/NullAway/issues/1518">#1518</a>)</li> <li>Update to Checker Framework 4.0.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1519">#1519</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.13.3</h2> <p>Quick follow-up release to 0.13.2 to fix a crash (<a href="https://redirect.github.com/uber/NullAway/issues/1523">#1523</a>).</p> <ul> <li>Add <a href="https://github.com/InjectSoftAssertions"><code>@InjectSoftAssertions</code></a> to default excluded field annotations by <a href="https://github.com/is-ivanov"><code>@is-ivanov</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1516">#1516</a>)</li> <li>Fix check for enclosing <code>NewClassTree</code> (<a href="https://redirect.github.com/uber/NullAway/issues/1524">#1524</a>)</li> <li>Maintenance <ul> <li>Remove <code>onOverrideMethodInvocationVarargsArrayNullability</code> handler method (<a href="https://redirect.github.com/uber/NullAway/issues/1518">#1518</a>)</li> <li>Update to Checker Framework 4.0.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1519">#1519</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/68232d259460071bef95cf05e5c508a76a2bb68d"><code>68232d2</code></a> Prepare for release 0.13.3.</li> <li><a href="https://github.com/uber/NullAway/commit/b2d6dfa1677521cd42d02e7c883c24d9b19e2af6"><code>b2d6dfa</code></a> Changelog for 0.13.3 (<a href="https://redirect.github.com/uber/NullAway/issues/1527">#1527</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/a6855fdf29211c8145bca0f24028586f35397b2d"><code>a6855fd</code></a> Fix check for enclosing <code>NewClassTree</code> (<a href="https://redirect.github.com/uber/NullAway/issues/1524">#1524</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/9c08bc5742eed5521356ac2c44a4e7637aed5b5c"><code>9c08bc5</code></a> Update to Checker Framework 4.0.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1519">#1519</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/68fc07e07bd6de78136243faa4b8d4732881e4b5"><code>68fc07e</code></a> Remove <code>onOverrideMethodInvocationVarargsArrayNullability</code> handler method (<a href="https://redirect.github.com/uber/NullAway/issues/1">#1</a>...</li> <li><a href="https://github.com/uber/NullAway/commit/7b5c9243f89a7a344025006942a0378500d2e954"><code>7b5c924</code></a> Add <a href="https://github.com/InjectSoftAssertions"><code>@InjectSoftAssertions</code></a> to default excluded field annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1516">#1516</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/164d8f6e860fb2eff5b629758891c78013ff89c4"><code>164d8f6</code></a> Prepare next development version.</li> <li>See full diff in <a href="https://github.com/uber/NullAway/compare/v0.13.2...v0.13.3">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
