Skip to content

Commit 82eb07f

Browse files
Bump com.uber.nullaway:nullaway from 0.12.2 to 0.12.3 (#227)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.2 to 0.12.3. <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.3</h2> <ul> <li>Remove InferredJARModelsHandler (<a href="https://redirect.github.com/uber/NullAway/issues/1079">#1079</a>)</li> <li>Fix crash with annotation on enum (<a href="https://redirect.github.com/uber/NullAway/issues/1097">#1097</a>)</li> <li>Handle case null in switch statements (<a href="https://redirect.github.com/uber/NullAway/issues/1100">#1100</a>)</li> <li>Don't report errors for writes to <a href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a> fields (<a href="https://redirect.github.com/uber/NullAway/issues/1102">#1102</a>)</li> <li>Support primitive static final fields as constant args in access paths (<a href="https://redirect.github.com/uber/NullAway/issues/1105">#1105</a>)</li> <li>Fix issue with annotations in module-info.java files (<a href="https://redirect.github.com/uber/NullAway/issues/1109">#1109</a>)</li> <li>Report error for <a href="https://github.com/nullable"><code>@​nullable</code></a> synchronized block expression (<a href="https://redirect.github.com/uber/NullAway/issues/1106">#1106</a>)</li> <li>Add support for parameter types with wildcards for JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1107">#1107</a>)</li> <li>Properly handle nested generics and multiple wildcard type args in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1114">#1114</a>)</li> <li>Proper checking of vararg overrides with JSpecify annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1116">#1116</a>)</li> <li>Add flag to indicate only <a href="https://github.com/NullMarked"><code>@​NullMarked</code></a> code should be checked (<a href="https://redirect.github.com/uber/NullAway/issues/1117">#1117</a>)</li> <li>Add support for static fields in contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1118">#1118</a>)</li> <li>Maintenance <ul> <li>Fix comment positions (<a href="https://redirect.github.com/uber/NullAway/issues/1098">#1098</a>)</li> <li>[refactoring] Wrap calls to Types.subst and Types.memberType (<a href="https://redirect.github.com/uber/NullAway/issues/1115">#1115</a>)</li> <li>Build latest Caffeine on CI (<a href="https://redirect.github.com/uber/NullAway/issues/1111">#1111</a>)</li> </ul> </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.3</h2> <ul> <li>Remove InferredJARModelsHandler (<a href="https://redirect.github.com/uber/NullAway/issues/1079">#1079</a>)</li> <li>Fix crash with annotation on enum (<a href="https://redirect.github.com/uber/NullAway/issues/1097">#1097</a>)</li> <li>Handle case null in switch statements (<a href="https://redirect.github.com/uber/NullAway/issues/1100">#1100</a>)</li> <li>Don't report errors for writes to <a href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a> fields (<a href="https://redirect.github.com/uber/NullAway/issues/1102">#1102</a>)</li> <li>Support primitive static final fields as constant args in access paths (<a href="https://redirect.github.com/uber/NullAway/issues/1105">#1105</a>)</li> <li>Fix issue with annotations in module-info.java files (<a href="https://redirect.github.com/uber/NullAway/issues/1109">#1109</a>)</li> <li>Report error for <a href="https://github.com/nullable"><code>@​nullable</code></a> synchronized block expression (<a href="https://redirect.github.com/uber/NullAway/issues/1106">#1106</a>)</li> <li>Add support for parameter types with wildcards for JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1107">#1107</a>)</li> <li>Properly handle nested generics and multiple wildcard type args in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1114">#1114</a>)</li> <li>Proper checking of vararg overrides with JSpecify annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1116">#1116</a>)</li> <li>Add flag to indicate only <a href="https://github.com/NullMarked"><code>@​NullMarked</code></a> code should be checked (<a href="https://redirect.github.com/uber/NullAway/issues/1117">#1117</a>)</li> <li>Add support for static fields in contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1118">#1118</a>)</li> <li>Maintenance <ul> <li>Fix comment positions (<a href="https://redirect.github.com/uber/NullAway/issues/1098">#1098</a>)</li> <li>[refactoring] Wrap calls to Types.subst and Types.memberType (<a href="https://redirect.github.com/uber/NullAway/issues/1115">#1115</a>)</li> <li>Build latest Caffeine on CI (<a href="https://redirect.github.com/uber/NullAway/issues/1111">#1111</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/39b376c63f517ddfdbbd5dc1b426ce9f1ecca048"><code>39b376c</code></a> Prepare for release 0.12.3.</li> <li><a href="https://github.com/uber/NullAway/commit/aaf9f0882552af56eaa56d74e6e502ae3a09f3e7"><code>aaf9f08</code></a> Add support for static fields in contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1118">#1118</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/43054bba441ba0bcb05c0d91283cdbbcd7ff5424"><code>43054bb</code></a> Add flag to indicate only <a href="https://github.com/NullMarked"><code>@​NullMarked</code></a> code should be checked (<a href="https://redirect.github.com/uber/NullAway/issues/1117">#1117</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/6d331c7e9ab5751fa213d2a4cd46f88ddde9b43e"><code>6d331c7</code></a> Proper checking of vararg overrides with JSpecify annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1116">#1116</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/7cb6b985ff6e8dbc6d804f27cc26982fc732e49a"><code>7cb6b98</code></a> [refactoring] Wrap calls to Types.subst and Types.memberType (<a href="https://redirect.github.com/uber/NullAway/issues/1115">#1115</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/17df87f5203d395bf45e7b9b2f70617753f998f7"><code>17df87f</code></a> Properly handle nested generics and multiple wildcard type args in JarInfer (...</li> <li><a href="https://github.com/uber/NullAway/commit/728bf77b049e1cd6a60362f2b753dbb2537181bb"><code>728bf77</code></a> Build latest Caffeine on CI (<a href="https://redirect.github.com/uber/NullAway/issues/1111">#1111</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/f2bafb25ab49dcc73a15e84ff76c89c2e7b7ee3b"><code>f2bafb2</code></a> Add support for parameter types with wildcards for JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1107">#1107</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/2754c4547d3afcdef5633b69a57bb60ef86b42e7"><code>2754c45</code></a> Report error for <a href="https://github.com/Nullable"><code>@​Nullable</code></a> synchronized block expression (<a href="https://redirect.github.com/uber/NullAway/issues/1106">#1106</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/d0502e88db741a52c9ab7f5d16a3722ea5498476"><code>d0502e8</code></a> Fix issue with annotations in <code>module-info.java</code> files (<a href="https://redirect.github.com/uber/NullAway/issues/1109">#1109</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.12.2...v0.12.3">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.2&new-version=0.12.3)](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 fe31b48 commit 82eb07f

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.2" }
26+
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.12.3" }
2727
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
2828
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" }
2929

0 commit comments

Comments
 (0)