dependabot[bot] opened a new pull request, #4429: URL: https://github.com/apache/arrow-adbc/pull/4429
Bumps the linters group in /java with 2 updates: [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) and [com.uber.nullaway:nullaway](https://github.com/uber/NullAway). Updates `com.google.errorprone:error_prone_core` from 2.49.0 to 2.50.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.50.0</h2> <p>New checks:</p> <ul> <li><a href="https://errorprone.info/bugpattern/BoxingComparator"><code>BoxingComparator</code></a>: Detect implicitly-boxing Comparator.comparing key extractors</li> <li><a href="https://errorprone.info/bugpattern/ExposedPrivateType"><code>ExposedPrivateType</code></a>: Discourage references to private member classes from non-private APIs</li> <li><a href="https://errorprone.info/bugpattern/JUnitMethodInvoked"><code>JUnitMethodInvoked</code></a>: Discourage directly invoking JUnit test methods</li> <li><a href="https://errorprone.info/bugpattern/ListRemoveAmbiguous"><code>ListRemoveAmbiguous</code></a>: Detect ambiguous calls to <code>List.remove(int|Integer)</code></li> <li><a href="https://errorprone.info/bugpattern/PreferTestParameter"><code>PreferTestParameter</code></a>: suggests using <code>@TestParameter</code> instead of <code>@TestParameters</code> for exhaustive boolean and enum parameters on single-element parameterized tests</li> <li><a href="https://errorprone.info/bugpattern/RecordComponentAccessorAnnotationConflict"><code>RecordComponentAccessorAnnotationConflict</code></a>: Detect conflicts between record components and explicit accessor methods</li> <li><a href="https://errorprone.info/bugpattern/RecordComponentOverride"><code>RecordComponentOverride</code></a>: Discourage <code>@Override</code> on record component declarations that don't override anything</li> <li><a href="https://errorprone.info/bugpattern/ThrowableEqualsHashCode"><code>ThrowableEqualsHashCode</code></a>: Discourage overriding <code>Throwable.equals()</code> and <code>hashCode()</code></li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/5553">#5553</a>, <a href="https://redirect.github.com/google/error-prone/issues/5649">#5649</a>, <a href="https://redirect.github.com/google/error-prone/issues/5778">#5778</a></p> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.49.0...v2.50.0">https://github.com/google/error-prone/compare/v2.49.0...v2.50.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/d802cff975605b2c76f262eaf28d22bf39534f78"><code>d802cff</code></a> Release Error Prone 2.50.0</li> <li><a href="https://github.com/google/error-prone/commit/b12b5f206d0f9f4a9f4c647839096a7a571c0961"><code>b12b5f2</code></a> In <code>StringCharset</code>, move the description from <code>explanation</code> to <code>summary</code>.</li> <li><a href="https://github.com/google/error-prone/commit/a7ca02a09c4b7c343eaf3eae6badbf3cf14568c4"><code>a7ca02a</code></a> Update <code>AssertThrowsUtils</code> to emit <code>var thrown = assertThrows(...)</code> instead o...</li> <li><a href="https://github.com/google/error-prone/commit/6b565177d4dd90b09abc646e4639caa117637c18"><code>6b56517</code></a> Fix handling of nested tags in UnrecognisedJavadocTag</li> <li><a href="https://github.com/google/error-prone/commit/d36e74f6a7bde44a23dcc6f8c729f4bf909455f6"><code>d36e74f</code></a> Remove translation of the <code>fail()</code> message into <code>assertThrows()</code>. We already ...</li> <li><a href="https://github.com/google/error-prone/commit/c3581e93a0db15e35f8f7b3b6bb5cfe5eadbe8dc"><code>c3581e9</code></a> Fix JavacFileManager compiler crash during speculative recompiles in modular ...</li> <li><a href="https://github.com/google/error-prone/commit/da1f32b7908e5da8376fff4e57296ef7a84a4e81"><code>da1f32b</code></a> Remove assignments from <code>assertThrows()</code> lambdas. A large percentage of remai...</li> <li><a href="https://github.com/google/error-prone/commit/dee62f74041f8944377880476ec4babb12863b37"><code>dee62f7</code></a> Update <code>AssertThrowsBlockToExpression</code> to re-write single <code>VariableTree</code>s int...</li> <li><a href="https://github.com/google/error-prone/commit/493944857cd9f4af7e0846481f7ebcc027c17663"><code>4939448</code></a> Only hoist the last statement into the <code>assertThrows()</code> lambda.</li> <li><a href="https://github.com/google/error-prone/commit/30fd05a4d19da16fd141b060a42557f2e772b9d2"><code>30fd05a</code></a> refactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNames</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.49.0...v2.50.0">compare view</a></li> </ul> </details> <br /> Updates `com.uber.nullaway:nullaway` from 0.13.6 to 0.13.7 <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.7</h2> <p>This is a minor bug fix release addressing a couple of issues observed in 0.13.6.</p> <ul> <li>Add support for filtering null objects from streams in <a href="https://redirect.github.com/uber/NullAway/issues/1597">#1597</a></li> <li>Report init warnings for JPA constructors with arguments in <a href="https://redirect.github.com/uber/NullAway/issues/1604">#1604</a></li> <li>Maintenance <ul> <li>Update release instructions in <a href="https://redirect.github.com/uber/NullAway/issues/1593">#1593</a></li> <li>Switch code coverage aggregation to use built-in jacoco plugin by <a href="https://github.com/subhramit"><code>@subhramit</code></a> in <a href="https://redirect.github.com/uber/NullAway/issues/1598">#1598</a></li> <li>Bump Error Prone to 2.50.0 in <a href="https://redirect.github.com/uber/NullAway/issues/1601">#1601</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.7</h2> <p>This is a minor bug fix release addressing a couple of issues observed in 0.13.6.</p> <ul> <li>Add support for filtering null objects from streams in <a href="https://redirect.github.com/uber/NullAway/issues/1597">#1597</a></li> <li>Report init warnings for JPA constructors with arguments in <a href="https://redirect.github.com/uber/NullAway/issues/1604">#1604</a></li> <li>Maintenance <ul> <li>Update release instructions in <a href="https://redirect.github.com/uber/NullAway/issues/1593">#1593</a></li> <li>Switch code coverage aggregation to use built-in jacoco plugin by <a href="https://github.com/subhramit"><code>@subhramit</code></a> in <a href="https://redirect.github.com/uber/NullAway/issues/1598">#1598</a></li> <li>Bump Error Prone to 2.50.0 in <a href="https://redirect.github.com/uber/NullAway/issues/1601">#1601</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/2e1f2ea1df59f28945c68e3f752b89151749754d"><code>2e1f2ea</code></a> Prepare for release 0.13.7.</li> <li><a href="https://github.com/uber/NullAway/commit/32c03a46ff9c38e4f567f26d4f493422bd41bede"><code>32c03a4</code></a> Changelog for release 0.13.7 (<a href="https://redirect.github.com/uber/NullAway/issues/1609">#1609</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/8dd848a74b668dc6e3a3c926ec37913b92bb3307"><code>8dd848a</code></a> Report init warnings for JPA constructors with arguments (<a href="https://redirect.github.com/uber/NullAway/issues/1604">#1604</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/0b3145b10473442b1963b19d8a8e528803a79fb8"><code>0b3145b</code></a> Bump Error Prone to 2.50.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1601">#1601</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/f4d89515319bc0f581e791c44b66cc200d211da2"><code>f4d8951</code></a> Switch code coverage aggregation to use built-in jacoco plugin (<a href="https://redirect.github.com/uber/NullAway/issues/1598">#1598</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/2b34aa8fc09b13058e1453c9a804d5e1853d67ff"><code>2b34aa8</code></a> Add support for filtering null objects from streams (<a href="https://redirect.github.com/uber/NullAway/issues/1597">#1597</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/0f2c373c63db1543256938abb079994cf0817ff3"><code>0f2c373</code></a> Update release instructions (<a href="https://redirect.github.com/uber/NullAway/issues/1593">#1593</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/33eab56c98a4dd7ebe8c448974f5327c23d5023f"><code>33eab56</code></a> Prepare next development version.</li> <li>See full diff in <a href="https://github.com/uber/NullAway/compare/v0.13.6...v0.13.7">compare view</a></li> </ul> </details> <br /> 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]
