Skip to content

Commit 5b82434

Browse files
Bump com.uber.nullaway:nullaway from 0.12.7 to 0.12.8 (#336)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.7 to 0.12.8. <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.8</h2> <ul> <li>Document interactions between Guava and JSpecify mode in README (<a href="https://redirect.github.com/uber/NullAway/issues/1208">#1208</a>)</li> <li>JSpecify: handle nullness annotations from extends / inherits clauses (<a href="https://redirect.github.com/uber/NullAway/issues/1211">#1211</a>)</li> <li>Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (<a href="https://redirect.github.com/uber/NullAway/issues/1210">#1210</a>)</li> <li>Support <a href="https://github.com/NullMarked"><code>@​NullMarked</code></a> on modules (<a href="https://redirect.github.com/uber/NullAway/issues/1216">#1216</a>)</li> <li>Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(<a href="https://redirect.github.com/uber/NullAway/issues/1212">#1212</a>) (<a href="https://redirect.github.com/uber/NullAway/issues/1217">#1217</a>)</li> <li>More flexible handling of AssertJ isNotNull methods (<a href="https://redirect.github.com/uber/NullAway/issues/1221">#1221</a>)</li> <li>Support AssertJ hasSize() (<a href="https://redirect.github.com/uber/NullAway/issues/1229">#1229</a>)</li> <li>Inference of generic method type arguments based on returns and parameter passing (<a href="https://redirect.github.com/uber/NullAway/issues/1226">#1226</a>)</li> <li>Prototype implementation of javac plugin to serialize nullness annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1225">#1225</a>)</li> <li>Add AdditionalSuppressionNames configuration option (<a href="https://redirect.github.com/uber/NullAway/issues/1231">#1231</a>)</li> <li>Updates to deploy releases to Central Portal (<a href="https://redirect.github.com/uber/NullAway/issues/1234">#1234</a>)</li> <li>Fix to handling of case null (<a href="https://redirect.github.com/uber/NullAway/issues/1235">#1235</a>)</li> <li>Maintenance <ul> <li>Update to Gradle 8.14 (<a href="https://redirect.github.com/uber/NullAway/issues/1213">#1213</a>)</li> <li>Update to Error Prone 2.39.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1228">#1228</a>)</li> <li>Fix broken link to Eradicate in README.md (<a href="https://redirect.github.com/uber/NullAway/issues/1227">#1227</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.8</h2> <ul> <li>Document interactions between Guava and JSpecify mode in README (<a href="https://redirect.github.com/uber/NullAway/issues/1208">#1208</a>)</li> <li>JSpecify: handle nullness annotations from extends / inherits clauses (<a href="https://redirect.github.com/uber/NullAway/issues/1211">#1211</a>)</li> <li>Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (<a href="https://redirect.github.com/uber/NullAway/issues/1210">#1210</a>)</li> <li>Support <a href="https://github.com/NullMarked"><code>@​NullMarked</code></a> on modules (<a href="https://redirect.github.com/uber/NullAway/issues/1216">#1216</a>)</li> <li>Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(<a href="https://redirect.github.com/uber/NullAway/issues/1212">#1212</a>) (<a href="https://redirect.github.com/uber/NullAway/issues/1217">#1217</a>)</li> <li>More flexible handling of AssertJ isNotNull methods (<a href="https://redirect.github.com/uber/NullAway/issues/1221">#1221</a>)</li> <li>Support AssertJ hasSize() (<a href="https://redirect.github.com/uber/NullAway/issues/1229">#1229</a>)</li> <li>Inference of generic method type arguments based on returns and parameter passing (<a href="https://redirect.github.com/uber/NullAway/issues/1226">#1226</a>)</li> <li>Prototype implementation of javac plugin to serialize nullness annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1225">#1225</a>)</li> <li>Add AdditionalSuppressionNames configuration option (<a href="https://redirect.github.com/uber/NullAway/issues/1231">#1231</a>)</li> <li>Updates to deploy releases to Central Portal (<a href="https://redirect.github.com/uber/NullAway/issues/1234">#1234</a>)</li> <li>Fix to handling of case null (<a href="https://redirect.github.com/uber/NullAway/issues/1235">#1235</a>)</li> <li>Maintenance <ul> <li>Update to Gradle 8.14 (<a href="https://redirect.github.com/uber/NullAway/issues/1213">#1213</a>)</li> <li>Update to Error Prone 2.39.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1228">#1228</a>)</li> <li>Fix broken link to Eradicate in README.md (<a href="https://redirect.github.com/uber/NullAway/issues/1227">#1227</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/eed74deba0c83c24d85295565a3f78786ddaeb5d"><code>eed74de</code></a> Prepare for release 0.12.8.</li> <li><a href="https://github.com/uber/NullAway/commit/ee85996d99fef014993987ac9ff3490efca26667"><code>ee85996</code></a> Fix to handling of <code>case null</code> (<a href="https://redirect.github.com/uber/NullAway/issues/1235">#1235</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/d655f8f918de8f6470d5fd9a4502e9590213192a"><code>d655f8f</code></a> Updates to deploy releases to Central Portal (<a href="https://redirect.github.com/uber/NullAway/issues/1234">#1234</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/de6b68041c973d1c87899214664c2436a0c95d91"><code>de6b680</code></a> Add <code>AdditionalSuppressionNames</code> configuration option (<a href="https://redirect.github.com/uber/NullAway/issues/1231">#1231</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/10d4fee52e2af4d3a252b75a89ad7f407870f583"><code>10d4fee</code></a> Prototype implementation of javac plugin to serialize nullness annotations (#...</li> <li><a href="https://github.com/uber/NullAway/commit/20dd1526c96d91a4c60e99b4a6a8ee8df55567f7"><code>20dd152</code></a> Inference of generic method type arguments based on returns and parameter pas...</li> <li><a href="https://github.com/uber/NullAway/commit/a6273b0a8dacdf3e97edd2d82a418cbb242e13d2"><code>a6273b0</code></a> Support AssertJ hasSize() (<a href="https://redirect.github.com/uber/NullAway/issues/1229">#1229</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/e39856e7c3fb059d7ac81f158d18a61ab98feb0d"><code>e39856e</code></a> Update to Error Prone 2.39.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1228">#1228</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/5b22fb46a71abdaa6e10b3dc25999c13d4911cb2"><code>5b22fb4</code></a> Fix broken link to Eradicate in README.md (<a href="https://redirect.github.com/uber/NullAway/issues/1227">#1227</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/520942964ceafec3fb93704d7789358bd146f5a3"><code>5209429</code></a> More flexible handling of AssertJ <code>isNotNull</code> methods (<a href="https://redirect.github.com/uber/NullAway/issues/1221">#1221</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.12.7...v0.12.8">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.7&new-version=0.12.8)](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 8cdc84d commit 5b82434

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
@@ -17,7 +17,7 @@ grpc-protobuf = { module = "io.grpc:grpc-protobuf", version = "1.74.0" }
1717
jspecify = { module ="org.jspecify:jspecify", version = "1.0.0" }
1818
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
1919
maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }
20-
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.12.7" }
20+
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.12.8" }
2121
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
2222
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.2.1" }
2323

0 commit comments

Comments
 (0)