-
Notifications
You must be signed in to change notification settings - Fork 15
Commit 5e379eb
authored
Bump com.uber.nullaway:nullaway from 0.12.3 to 0.12.4 (#239)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.12.3 to 0.12.4.
<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>
<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.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/282c573071b0354732146c0e9c6df2cbbf5241eb"><code>282c573</code></a>
Prepare for release 0.12.4.</li>
<li><a
href="https://github.com/uber/NullAway/commit/8e525e6a8260eb0173ef78485a92fa57fdee0f52"><code>8e525e6</code></a>
Better <code>@MonotonicNonNull</code> support (<a
href="https://redirect.github.com/uber/NullAway/issues/1149">#1149</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/15c817aa672e712416bc0a4ca5ce46162845fc2e"><code>15c817a</code></a>
Add support for local variables for arrays. (<a
href="https://redirect.github.com/uber/NullAway/issues/1146">#1146</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/4805b0b93907ade7cae0db32220ef354fe386e05"><code>4805b0b</code></a>
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><a
href="https://github.com/uber/NullAway/commit/6f4cda7c374965d670f28ec088fe07ad323e4013"><code>6f4cda7</code></a>
JSpecify: preserve explicit nullability annotations on type variables
when pe...</li>
<li><a
href="https://github.com/uber/NullAway/commit/a1df1c4a287d42754dc9c9f09deed8d06de4521b"><code>a1df1c4</code></a>
Always acknowledge restrictive annotations in JSpecify mode (<a
href="https://redirect.github.com/uber/NullAway/issues/1144">#1144</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/7fa7bf93374034e8b164cb7df4bfcd81893cdc88"><code>7fa7bf9</code></a>
Fix printing of array types in JSpecify errors (<a
href="https://redirect.github.com/uber/NullAway/issues/1145">#1145</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/50cb4aba7c92828c62b7fce4c2838324795125ec"><code>50cb4ab</code></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>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/f0642227f4e779cf5b258f691a830fd3b4cdf630"><code>f064222</code></a>
Handle calls to generic constructors in JSpecify mode (<a
href="https://redirect.github.com/uber/NullAway/issues/1141">#1141</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/18a0a68ff75d2da22275399d8883b60fab5c810a"><code>18a0a68</code></a>
Properly handle conditional expression within parens as RHS of
assignment (<a
href="https://redirect.github.com/uber/NullAway/issues/1">#1</a>...</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.12.3...v0.12.4">compare
view</a></li>
</ul>
</details>
<br />
[](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 9d82453 commit 5e379ebCopy full SHA for 5e379eb
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments