Skip to content

Commit 68daeff

Browse files
Bump com.uber.nullaway:nullaway from 0.12.4 to 0.12.6 (#251)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.4 to 0.12.6. <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.12.6</h2> <ul> <li>JSpecify: view type as super in generic method inference (<a href="https://redirect.github.com/uber/NullAway/issues/1177">#1177</a>)</li> <li>Infer <a href="https://github.com/Nullable"><code>@​Nullable</code></a> type arguments for type variables from unmarked code (<a href="https://redirect.github.com/uber/NullAway/issues/1181">#1181</a>)</li> <li>Convert android-jar.py to Python 3 (<a href="https://redirect.github.com/uber/NullAway/issues/1175">#1175</a>)</li> <li>Suggest castToNonNull fix for unboxing error (<a href="https://redirect.github.com/uber/NullAway/issues/1182">#1182</a>)</li> </ul> <h2>NullAway 0.12.5</h2> <ul> <li>Add missing override to RestoreNullnessAnnotationsVisitor (<a href="https://redirect.github.com/uber/NullAway/issues/1154">#1154</a>)</li> <li>Add more bailouts for raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1153">#1153</a>)</li> <li>Do unboxing check for invocation parameters even when calling a <a href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a> method (<a href="https://redirect.github.com/uber/NullAway/issues/1163">#1163</a>)</li> <li>JSpecify: infer generic method type arguments for assignments (<a href="https://redirect.github.com/uber/NullAway/issues/1131">#1131</a>)</li> <li>JSpecify: properly handle lambdas in anonymous inner classes (<a href="https://redirect.github.com/uber/NullAway/issues/1165">#1165</a>)</li> <li>Support <a href="https://github.com/MonotonicNonNull"><code>@​MonotonicNonNull</code></a> on static fields (<a href="https://redirect.github.com/uber/NullAway/issues/1166">#1166</a>)</li> <li>Update to Error Prone 2.37.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1169">#1169</a>)</li> <li>Use proper name for constructors in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1167">#1167</a>)</li> <li>Don't treat <a href="https://github.com/ParametricNullness"><code>@​ParametricNullness</code></a> as <a href="https://github.com/Nullable"><code>@​Nullable</code></a> in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1174">#1174</a>)</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.12.6</h2> <ul> <li>JSpecify: view type as super in generic method inference (<a href="https://redirect.github.com/uber/NullAway/issues/1177">#1177</a>)</li> <li>Infer <a href="https://github.com/Nullable"><code>@​Nullable</code></a> type arguments for type variables from unmarked code (<a href="https://redirect.github.com/uber/NullAway/issues/1181">#1181</a>)</li> <li>Convert android-jar.py to Python 3 (<a href="https://redirect.github.com/uber/NullAway/issues/1175">#1175</a>)</li> <li>Suggest castToNonNull fix for unboxing error (<a href="https://redirect.github.com/uber/NullAway/issues/1182">#1182</a>)</li> </ul> <h2>Version 0.12.5</h2> <ul> <li>Add missing override to RestoreNullnessAnnotationsVisitor (<a href="https://redirect.github.com/uber/NullAway/issues/1154">#1154</a>)</li> <li>Add more bailouts for raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1153">#1153</a>)</li> <li>Do unboxing check for invocation parameters even when calling a <a href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a> method (<a href="https://redirect.github.com/uber/NullAway/issues/1163">#1163</a>)</li> <li>JSpecify: infer generic method type arguments for assignments (<a href="https://redirect.github.com/uber/NullAway/issues/1131">#1131</a>)</li> <li>JSpecify: properly handle lambdas in anonymous inner classes (<a href="https://redirect.github.com/uber/NullAway/issues/1165">#1165</a>)</li> <li>Support <a href="https://github.com/MonotonicNonNull"><code>@​MonotonicNonNull</code></a> on static fields (<a href="https://redirect.github.com/uber/NullAway/issues/1166">#1166</a>)</li> <li>Update to Error Prone 2.37.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1169">#1169</a>)</li> <li>Use proper name for constructors in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1167">#1167</a>)</li> <li>Don't treat <a href="https://github.com/ParametricNullness"><code>@​ParametricNullness</code></a> as <a href="https://github.com/Nullable"><code>@​Nullable</code></a> in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1174">#1174</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/649f25ad3116a7c64732fbc7a5d2bc40140b9cdd"><code>649f25a</code></a> Prepare for release 0.12.6.</li> <li><a href="https://github.com/uber/NullAway/commit/93697041244ad165dabe9b49d9b03441bba9dd31"><code>9369704</code></a> Suggest castToNonNull fix for unboxing error (<a href="https://redirect.github.com/uber/NullAway/issues/1182">#1182</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/f1aca1b1cbb1373dc1aac7d7e2e930f159237529"><code>f1aca1b</code></a> Convert android-jar.py to Python 3 (<a href="https://redirect.github.com/uber/NullAway/issues/1175">#1175</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/33588de748b90848be9259dc799569cfa807704e"><code>33588de</code></a> Infer <code>@nullable</code> type arguments for type variables from unmarked code (<a href="https://redirect.github.com/uber/NullAway/issues/1181">#1181</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/dd0fe71e12e4acdfe4699baba7d7268420ecda30"><code>dd0fe71</code></a> JSpecify: view type as super in generic method inference (<a href="https://redirect.github.com/uber/NullAway/issues/1177">#1177</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/2c8049c68cb81ec6cc73377102413e7a95b3fb7a"><code>2c8049c</code></a> Prepare next development version.</li> <li><a href="https://github.com/uber/NullAway/commit/9613fb776f541732121079441b09dc8ac6bfe5db"><code>9613fb7</code></a> Prepare for release 0.12.5.</li> <li><a href="https://github.com/uber/NullAway/commit/b84feb73782daf35c63e36b7c7fc4e19fe4a8a08"><code>b84feb7</code></a> Don't treat <code>@ParametricNullness</code> as <code>@nullable</code> in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1174">#1174</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/3da2c82097cfaf7fa8360b95622f762cc5f55cc0"><code>3da2c82</code></a> Use proper name for constructors in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1167">#1167</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/685065a55d121992e511c313702ab59a12abdac8"><code>685065a</code></a> Update to Error Prone 2.37.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1169">#1169</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.12.4...v0.12.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.12.4&new-version=0.12.6)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cc860c commit 68daeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ipaddress = { module = "com.github.seancfoley:ipaddress", version.ref = "ipaddre
2323
jakarta-mail-api = { module = "jakarta.mail:jakarta.mail-api", version = "2.1.3" }
2424
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
2525
maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }
26-
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.12.4" }
26+
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.12.6" }
2727
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
2828
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.0.2" }
2929

0 commit comments

Comments
 (0)