Skip to content

Bump com.uber.nullaway:nullaway from 0.13.7 to 0.13.8 - #4427

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/gradle/com.uber.nullaway-nullaway-0.13.8
Aug 1, 2026
Merged

Bump com.uber.nullaway:nullaway from 0.13.7 to 0.13.8#4427
github-actions[bot] merged 1 commit into
masterfrom
dependabot/gradle/com.uber.nullaway-nullaway-0.13.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 1, 2026 16:03
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 force-pushed the dependabot/gradle/com.uber.nullaway-nullaway-0.13.8 branch from 32fd370 to 744bd46 Compare August 1, 2026 16:20
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 5903 (±0) 5847 (±0) 0 (±0) 0 (±0) 56 (±0)
Java 17 5903 (±0) 5846 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 21 5903 (±0) 5846 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 25 5903 (±0) 5846 (±0) 0 (±0) 0 (±0) 57 (±0)
jcstress 32 (±0) 32 (±0) 0 (±0) 0 (±0) 0 (±0)
Total 23644 (±0) 23417 (±0) 0 (±0) 0 (±0) 227 (±0)

Code Coverage (Java 25)

Metric Covered Missed Coverage vs Master
Lines 29702 3128 90.5% ±0.0%
Branches 8720 1530 85.1% ±0.0%
Methods 7940 1208 86.8% ±0.0%

No per-class coverage changes detected.

Full HTML report: build artifact jacoco-html-report

Updated: 2026-08-01 16:30:37 UTC

@github-actions
github-actions Bot merged commit 5d22f31 into master Aug 1, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/com.uber.nullaway-nullaway-0.13.8 branch August 1, 2026 16:30
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants