Bump nullaway from 0.10.5 to 0.10.6 (#7490)

Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.5 to
0.10.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">nullaway's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.10.6</h2>
<ul>
<li>Handle BITWISE_COMPLEMENT operator (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/696">#696</a>)</li>
<li>Add support for AssertJ (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/698">#698</a>)</li>
<li>Fix logic for <a
href="https://github.com/Nullable"><code>@​Nullable</code></a>
annotation on type parameter (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/702">#702</a>)</li>
<li>Preserve nullness checks in final fields when propagating nullness
into inner contexts (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/703">#703</a>)</li>
<li>NullAwayInfer/Annotator data serialization support [experimental]
<ul>
<li>Add source offset and path to reported errors in error
serialization. (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/704">#704</a>)</li>
</ul>
</li>
<li>Build / CI tooling for NullAway itself:
<ul>
<li>[Jspecify] Update test dep to final JSpecify 0.3.0 release (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/700">#700</a>)
= Intermediate PRs: 0.3.0-alpha-3 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/692">#692</a>),
0.3-alpha2 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/691">#691</a>)</li>
<li>Update to Gradle 7.6 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/690">#690</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ebba16f0d7"><code>ebba16f</code></a>
Prepare for release 0.10.6.</li>
<li><a
href="e83747a023"><code>e83747a</code></a>
Add source offset and path to reported errors in error serialization.
(<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/704">#704</a>)</li>
<li><a
href="f002f60ba7"><code>f002f60</code></a>
Preserve nullness checks in final fields when propagating nullness into
inner...</li>
<li><a
href="5ccffb539f"><code>5ccffb5</code></a>
Fix logic for <a
href="https://github.com/Nullable"><code>@​Nullable</code></a>
annotation on type parameter (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/702">#702</a>)</li>
<li><a
href="c1427dadbc"><code>c1427da</code></a>
Update test dep to final JSpecify 0.3.0 release (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/700">#700</a>)</li>
<li><a
href="23dd6cc51d"><code>23dd6cc</code></a>
Add support for AssertJ (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/698">#698</a>)</li>
<li><a
href="ce632245c8"><code>ce63224</code></a>
Handle BITWISE_COMPLEMENT operator (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/696">#696</a>)</li>
<li><a
href="edef55a742"><code>edef55a</code></a>
Remove &quot;Gradle&quot; from CI job step names (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/693">#693</a>)</li>
<li><a
href="f6408c6f14"><code>f6408c6</code></a>
Update to JSpecify 0.3.0-alpha-3 annotations (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/692">#692</a>)</li>
<li><a
href="dafe8cb3bb"><code>dafe8cb</code></a>
Update to JSpecify 0.3-alpha2 (<a
href="https://github-redirect.dependabot.com/uber/NullAway/issues/691">#691</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.10.5...v0.10.6">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=gradle&previous-version=0.10.5&new-version=0.10.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-31 10:18:31 +02:00 committed by GitHub
parent f479d9b93a
commit c931d6586f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ val DEPENDENCIES = listOf(
"com.github.stefanbirkner:system-lambda:1.2.1",
"com.github.stefanbirkner:system-rules:1.19.0",
"uk.org.webcompere:system-stubs-jupiter:2.0.1",
"com.uber.nullaway:nullaway:0.10.5",
"com.uber.nullaway:nullaway:0.10.6",
"commons-beanutils:commons-beanutils:1.9.4",
"commons-cli:commons-cli:1.5.0",
"commons-codec:commons-codec:1.15",