Skip to content

Bump com.uber.nullaway:nullaway from 0.13.7 to 0.13.8#118

Merged
damianmalczewski merged 1 commit into
mainfrom
dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.8
Jul 19, 2026
Merged

Bump com.uber.nullaway:nullaway from 0.13.7 to 0.13.8#118
damianmalczewski merged 1 commit into
mainfrom
dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps com.uber.nullaway:nullaway from 0.13.7 to 0.13.8.

Release notes

Sourced from com.uber.nullaway:nullaway's releases.

NullAway 0.13.8

Mostly minor bug fixes. Note that NullAway now treats Map.remove as returning @Nullable (#1623), which may lead to newly-reported warnings.

  • Quote syntax element references in error messages by @​AryamannSingh7 (#1620)
  • Fix stream nullability propagation through sorted() (Fixes #1538) by @​dyrpsf (#1610)
  • Add support for reactor by @​subhramit (#1599)
  • Fix issue with passing poly expression to a function parameter with type from library model (#1614)
  • Fix crash with library model @​Nullable being applied to wildcard (#1615)
  • Add more modeling for Optional (#1613)
  • Update lombok section at README.md by @​jevanlingen (#1624)
  • Model Map.remove as nullable by @​codingkiddo (#1623)
  • Better support for conditional expressions in JSpecify mode (#1608)
  • Fix issue with reading annotations on record constructor parameters due to javac bug (#1636)
  • Maintenance
    • Update to Gradle 9.6.1 and AGP 9.3.0 (#1634)
Changelog

Sourced from com.uber.nullaway:nullaway's changelog.

Version 0.13.8

Mostly minor bug fixes. Note that NullAway now treats Map.remove as returning @Nullable (#1623), which may lead to newly-reported warnings.

  • Quote syntax element references in error messages by @​AryamannSingh7 (#1620)
  • Fix stream nullability propagation through sorted() (Fixes #1538) by @​dyrpsf (#1610)
  • Add support for reactor by @​subhramit (#1599)
  • Fix issue with passing poly expression to a function parameter with type from library model (#1614)
  • Fix crash with library model @​Nullable being applied to wildcard (#1615)
  • Add more modeling for Optional (#1613)
  • Update lombok section at README.md by @​jevanlingen (#1624)
  • Model Map.remove as nullable by @​codingkiddo (#1623)
  • Better support for conditional expressions in JSpecify mode (#1608)
  • Fix issue with reading annotations on record constructor parameters due to javac bug (#1636)
  • Maintenance
    • Update to Gradle 9.6.1 and AGP 9.3.0 (#1634)
Commits
  • 23d726c Prepare for release 0.13.8.
  • de0d37b Release notes for 0.13.8 (#1638)
  • 78d9994 Fix issue with reading annotations on record constructor parameters due to ja...
  • 43a78f3 Better support for conditional expressions in JSpecify mode (#1608)
  • b2e8461 Update to Gradle 9.6.1 and AGP 9.3.0 (#1634)
  • 77726c5 Model Map.remove as nullable (#1623)
  • addfe41 Update lombok section at README.md (#1624)
  • f40a9fa Add more modeling for Optional (#1613)
  • 98096d7 Fix crash with library model @​Nullable being applied to wildcard (#1615)
  • 1bd0612 Fix issue with passing poly expression to a function parameter with type from...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.13.7 to 0.13.8.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.13.7...v0.13.8)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-version: 0.13.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 19, 2026
@dependabot
dependabot Bot requested a review from damianmalczewski as a code owner July 19, 2026 07:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 19, 2026
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@damianmalczewski
damianmalczewski merged commit fc96819 into main Jul 19, 2026
5 checks passed
@damianmalczewski
damianmalczewski deleted the dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.8 branch July 19, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Development

Successfully merging this pull request may close these issues.

1 participant