Skip to content

Commit a8816aa

Browse files
Bump com.uber.nullaway:nullaway from 0.11.1 to 0.11.2 (#168)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.11.1 to 0.11.2. <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.11.2</h2> <ul> <li>JSpecify: add another bailout check for raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1021">#1021</a>)</li> <li>JSpecify: handle intersection type in one place (<a href="https://redirect.github.com/uber/NullAway/issues/1015">#1015</a>)</li> <li>JSpecify: fix for crash with wildcard types (<a href="https://redirect.github.com/uber/NullAway/issues/1020">#1020</a>)</li> <li>Maintenance: <ul> <li>Update to Error Prone 2.30.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1017">#1017</a>)</li> <li>Add test for <a href="https://redirect.github.com/uber/NullAway/issues/1011">#1011</a> (<a href="https://redirect.github.com/uber/NullAway/issues/1018">#1018</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.11.2</h2> <ul> <li>JSpecify: add another bailout check for raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1021">#1021</a>)</li> <li>JSpecify: handle intersection type in one place (<a href="https://redirect.github.com/uber/NullAway/issues/1015">#1015</a>)</li> <li>JSpecify: fix for crash with wildcard types (<a href="https://redirect.github.com/uber/NullAway/issues/1020">#1020</a>)</li> <li>Maintenance: <ul> <li>Update to Error Prone 2.30.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1017">#1017</a>)</li> <li>Add test for <a href="https://redirect.github.com/uber/NullAway/issues/1011">#1011</a> (<a href="https://redirect.github.com/uber/NullAway/issues/1018">#1018</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/84ce3d6a53e3013877e8ee54aa3f945eb370468b"><code>84ce3d6</code></a> Prepare for release 0.11.2.</li> <li><a href="https://github.com/uber/NullAway/commit/fcd3495c86a53efad76491241ce6210ce5cf810f"><code>fcd3495</code></a> JSpecify: add another bailout check for raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1021">#1021</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/ab100205ad40269a09be28bd614b74892963c8a2"><code>ab10020</code></a> JSpecify: handle intersection type in one place (<a href="https://redirect.github.com/uber/NullAway/issues/1015">#1015</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/b20df779df13f5747a18d45d3f18f38d675418f9"><code>b20df77</code></a> JSpecify: fix for crash with wildcard types (<a href="https://redirect.github.com/uber/NullAway/issues/1020">#1020</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/b37f5f98c15c314f84be369692b64acff216d453"><code>b37f5f9</code></a> Add test for <a href="https://redirect.github.com/uber/NullAway/issues/1011">#1011</a> (<a href="https://redirect.github.com/uber/NullAway/issues/1018">#1018</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/e6839dd127803ebad203f395f7e6105a2393f369"><code>e6839dd</code></a> Update to Error Prone 2.30.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1017">#1017</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/7c5edf7f35aa8d0a9a1b150fdbac27a49f7cc4f7"><code>7c5edf7</code></a> Prepare next development version.</li> <li>See full diff in <a href="https://github.com/uber/NullAway/compare/v0.11.1...v0.11.2">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.11.1&new-version=0.11.2)](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 3364e2c commit a8816aa

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.11.1" }
26+
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.11.2" }
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)