Skip to content

Commit 9684069

Browse files
Bump com.uber.nullaway:nullaway from 0.12.3 to 0.12.6 (#2082)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.3 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> <p>Version 0.12.4</p> <p>Better <a href="https://github.com/MonotonicNonNull"><code>@​MonotonicNonNull</code></a> support (<a href="https://redirect.github.com/uber/NullAway/issues/1149">#1149</a>) Add support for local variables for arrays. (<a href="https://redirect.github.com/uber/NullAway/issues/1146">#1146</a>) Ignore Spring Framework 6.2 <a href="https://github.com/MockitoBean"><code>@​MockitoBean</code></a>, <a href="https://github.com/MockitoSpyBean"><code>@​MockitoSpyBean</code></a> fields (<a href="https://redirect.github.com/uber/NullAway/issues/1147">#1147</a>) JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (<a href="https://redirect.github.com/uber/NullAway/issues/1143">#1143</a>) Always acknowledge restrictive annotations in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1144">#1144</a>) Fix printing of array types in JSpecify errors (<a href="https://redirect.github.com/uber/NullAway/issues/1145">#1145</a>) Remove need to use JSpecify's <a href="https://github.com/Nullable"><code>@​Nullable</code></a> annotation (<a href="https://redirect.github.com/uber/NullAway/issues/1142">#1142</a>) Handle calls to generic constructors in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1141">#1141</a>) Properly handle conditional expression within parens as RHS of assignment (<a href="https://redirect.github.com/uber/NullAway/issues/1140">#1140</a>) Skip checks involving wildcard generic type arguments (<a href="https://redirect.github.com/uber/NullAway/issues/1137">#1137</a>) Update to Gradle 8.12.1 (<a href="https://redirect.github.com/uber/NullAway/issues/1133">#1133</a>)</p> </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> <h2>Version 0.12.4</h2> <ul> <li>Better <code>@MonotonicNonNull</code> support (<a href="https://redirect.github.com/uber/NullAway/issues/1149">#1149</a>)</li> <li>Add support for local variables for arrays. (<a href="https://redirect.github.com/uber/NullAway/issues/1146">#1146</a>)</li> <li>Ignore Spring Framework 6.2 <code>@MockitoBean</code>, <code>@MockitoSpyBean</code> fields (<a href="https://redirect.github.com/uber/NullAway/issues/1147">#1147</a>)</li> <li>JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (<a href="https://redirect.github.com/uber/NullAway/issues/1143">#1143</a>)</li> <li>Always acknowledge restrictive annotations in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1144">#1144</a>)</li> <li>Fix printing of array types in JSpecify errors (<a href="https://redirect.github.com/uber/NullAway/issues/1145">#1145</a>)</li> <li>Remove need to use JSpecify's <a href="https://github.com/Nullable"><code>@​Nullable</code></a> annotation (<a href="https://redirect.github.com/uber/NullAway/issues/1142">#1142</a>)</li> <li>Handle calls to generic constructors in JSpecify mode (<a href="https://redirect.github.com/uber/NullAway/issues/1141">#1141</a>)</li> <li>Properly handle conditional expression within parens as RHS of assignment (<a href="https://redirect.github.com/uber/NullAway/issues/1140">#1140</a>)</li> <li>Skip checks involving wildcard generic type arguments (<a href="https://redirect.github.com/uber/NullAway/issues/1137">#1137</a>)</li> <li>Update to Gradle 8.12.1 (<a href="https://redirect.github.com/uber/NullAway/issues/1133">#1133</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.3...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=maven&previous-version=0.12.3&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 acdacfb commit 9684069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
<path>
328328
<groupId>com.uber.nullaway</groupId>
329329
<artifactId>nullaway</artifactId>
330-
<version>0.12.3</version>
330+
<version>0.12.6</version>
331331
</path>
332332
<!-- Other annotation processors go here -->
333333
</annotationProcessorPaths>

0 commit comments

Comments
 (0)