Bump nullaway from 0.10.4 to 0.10.5 in /dependencyManagement (#7246)
Bumps [nullaway](https://github.com/uber/NullAway) from 0.10.4 to 0.10.5. <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.5</h2> <ul> <li>Report more unboxing errors in a single compilation (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/686">#686</a>)</li> <li>Remove AccessPath.getAccessPathForNodeNoMapGet (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/687">#687</a>)</li> <li>NullAwayInfer/Annotator data serialization support [experimental] <ul> <li>Fix Serialization: Split field initialization region into smaller regions (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/658">#658</a>)</li> <li>Add serialization format version to fix serialization output (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/688">#688</a>)</li> <li>Fix serialization field region computation bug fix (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/689">#689</a>)</li> </ul> </li> <li>EXPERIMENTAL support for JSpecify's 0.3.0 annotations <ul> <li>[Jspecify] Update tests to JSpecify 0.3.0-alpha-1 (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/673">#673</a>)</li> <li>[Jspecify] Add checks for proper JSpecify generic type instantiations (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/680">#680</a>)</li> <li>(Note: Annotation support for generics is not complete/useful just yet)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e499d237be
"><code>e499d23</code></a> Prepare for release 0.10.5.</li> <li><a href="dbf1506b85
"><code>dbf1506</code></a> Add checks for proper JSpecify generic type instantiations (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/680">#680</a>)</li> <li><a href="3da177ac5e
"><code>3da177a</code></a> Update to JSpecify 0.3.0-alpha-1 (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/673">#673</a>)</li> <li><a href="b8dde69731
"><code>b8dde69</code></a> Fix serialization field region computation bug fix (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/689">#689</a>)</li> <li><a href="dd75827aa7
"><code>dd75827</code></a> Add serialization format version to fix serialization output (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/688">#688</a>)</li> <li><a href="eb62d5711b
"><code>eb62d57</code></a> Fix Serialization: Split field initialization region into smaller regions (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/658">#658</a>)</li> <li><a href="19bbb91535
"><code>19bbb91</code></a> Remove <code>AccessPath.getAccessPathForNodeNoMapGet</code> (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/687">#687</a>)</li> <li><a href="93d4e79164
"><code>93d4e79</code></a> Report more unboxing errors in a single compilation (<a href="https://github-redirect.dependabot.com/uber/NullAway/issues/686">#686</a>)</li> <li><a href="01e2c29f06
"><code>01e2c29</code></a> Prepare next development version.</li> <li>See full diff in <a href="https://github.com/uber/NullAway/compare/v0.10.4...v0.10.5">compare view</a></li> </ul> </details> <br /> [](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:
parent
6edcb4bd2e
commit
d1058b81a9
|
@ -77,7 +77,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.4",
|
||||
"com.uber.nullaway:nullaway:0.10.5",
|
||||
"commons-beanutils:commons-beanutils:1.9.4",
|
||||
"commons-cli:commons-cli:1.5.0",
|
||||
"commons-codec:commons-codec:1.15",
|
||||
|
|
Loading…
Reference in New Issue