Skip to content

Commit 482b581

Browse files
Bump com.uber.nullaway:nullaway from 0.13.0 to 0.13.1 (#413)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.13.0 to 0.13.1. <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.13.1</h2> <ul> <li>Improve verification of !null -&gt; !null contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1441">#1441</a>)</li> <li>Substitute inferred <code>@nonnull</code> types for generic method inference (<a href="https://redirect.github.com/uber/NullAway/issues/1445">#1445</a>)</li> <li>Better support for some contracts with boolean argument constraints (<a href="https://redirect.github.com/uber/NullAway/issues/1447">#1447</a>)</li> <li>Maintenance <ul> <li>Add junit-framework as another integration test (<a href="https://redirect.github.com/uber/NullAway/issues/1446">#1446</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.13.1</h2> <ul> <li>Improve verification of !null -&gt; !null contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1441">#1441</a>)</li> <li>Substitute inferred <code>@nonnull</code> types for generic method inference (<a href="https://redirect.github.com/uber/NullAway/issues/1445">#1445</a>)</li> <li>Better support for some contracts with boolean argument constraints (<a href="https://redirect.github.com/uber/NullAway/issues/1447">#1447</a>)</li> <li>Maintenance <ul> <li>Add junit-framework as another integration test (<a href="https://redirect.github.com/uber/NullAway/issues/1446">#1446</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/cc9dab81ae5cd9276a90130a4cfb3cb831eca379"><code>cc9dab8</code></a> Prepare for release 0.13.1.</li> <li><a href="https://github.com/uber/NullAway/commit/99025e4796ecd26b0b86c56007033bacab422062"><code>99025e4</code></a> Changelog for release 0.13.1 (<a href="https://redirect.github.com/uber/NullAway/issues/1449">#1449</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/b27f13d9f4bafdff8ad52a44abd31f040f4943a3"><code>b27f13d</code></a> Better support for some contracts with boolean argument constraints (<a href="https://redirect.github.com/uber/NullAway/issues/1447">#1447</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/4c619e85af4d915e71d382046de791f01b4609b1"><code>4c619e8</code></a> Add junit-framework as another integration test (<a href="https://redirect.github.com/uber/NullAway/issues/1446">#1446</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/c27f3f494a6b4939e5b9349847333141d01a86f4"><code>c27f3f4</code></a> Substitute inferred <code>@nonnull</code> types for generic method inference (<a href="https://redirect.github.com/uber/NullAway/issues/1445">#1445</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/fc6d95655fb1976567e5b7f4785a2de96a1bfbe5"><code>fc6d956</code></a> Improve verification of !null -&gt; !null contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1441">#1441</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/7f8bbcafbee8d38e26f616bb612c6532bffe5bf5"><code>7f8bbca</code></a> Prepare next development version.</li> <li>See full diff in <a href="https://github.com/uber/NullAway/compare/v0.13.0...v0.13.1">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.13.0&new-version=0.13.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 531ff69 commit 482b581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.78.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.13.0" }
20+
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.13.1" }
2121
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
2222
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.2.0" }
2323

0 commit comments

Comments
 (0)