Skip to content

Bump dependency com.uber.nullaway:nullaway to v0.13.2#1832

Merged
uhafner merged 1 commit intomainfrom
renovate/nullaway.version
Apr 12, 2026
Merged

Bump dependency com.uber.nullaway:nullaway to v0.13.2#1832
uhafner merged 1 commit intomainfrom
renovate/nullaway.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
com.uber.nullaway:nullaway 0.13.10.13.2 age confidence

Release Notes

uber/NullAway (com.uber.nullaway:nullaway)

v0.13.2

Various bug fixes in this release and better JSpecify support.

  • Fix for explicitly-typed lambda parameters in JDK 24+ (#​1452)
  • Improve handling of wildcard upper bounds in generic method inference by @​dhruv-agr (#​1454)
  • Add default support for @​PostConstruct as an initializer annotation (#​1459)
  • Include nested annotation information in astubx files when loading external library models by @​haewiful (#​1456)
  • JSpecify: assume NONNULL in generic method inference for unconstrained type variables (#​1471)
  • JSpecify: improve inference for generic methods based on method reference arguments (#​1438)
  • Improve printing of annotated type variables in error messages (#​1478)
  • Initial handling of constructor diamond operators (#​1464)
  • Handle restrictive type-use @NonNull annotations on varargs array (#​1484)
  • Test case for issue 1493 (#​1496)
  • Fix library modeling for varargs arrays (#​1485)
  • Re-introduce annotations elided by javac for certain cases (#​1473)
  • JDK javac plugin: properly handle nested annotations on array parameter types and varargs (#​1497)
  • Print only @Nullable type use annotations in error messages (#​1507)
  • Better handling of method references passed to generic methods in JSpecify mode (#​1499)
  • Support for Spring's @​Value annotation (#​1505)
  • Fix crash with captured array types (#​1508)
  • Maintenance

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Update of dependencies label Apr 11, 2026
@github-actions github-actions bot requested a review from uhafner April 11, 2026 13:20
@github-actions
Copy link
Copy Markdown

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: ✅ successful — 87 passed, 2 skipped
   ⛔   Architecture Tests: ✅ successful — 17 passed, 2 skipped

Coverage for New Code

   〰️   Line Coverage: 100.00% — perfect 🎉
   ➰   Branch Coverage: 100.00% — perfect 🎉
   PIT   Mutation Coverage: 100.00% — perfect 🎉
   💪   Test Strength: 100.00% — perfect 🎉

Coverage for Whole Project

   〰️   Line Coverage: 91.57% — 65 missed lines
   ➰   Branch Coverage: 90.45% — 21 missed branches
   PIT   Mutation Coverage: 91.61% — 26 survived mutations
   💪   Test Strength: 94.67% — 16 survived mutations in tested code

Style

   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   ☕   Java Compiler: No warnings

Bugs

   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs

API Problems

   🚫   Revapi: No warnings

Vulnerabilities

   🛡️   OWASP Dependency Check: No vulnerabilities

Software Metrics

   🌀   Cyclomatic Complexity: 384 (total)
   💭   Cognitive Complexity: 174 (total)
   ➿   N-Path Complexity: 348 (total)
   📏   Lines of Code: 4410 (total)
   📝   Non Commenting Source Statements: 1274 (total)
   🔗   Class Cohesion: 71.43% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)

🚦 Quality Gates

Overall Status: ✅ SUCCESS

✅ Passed Gates

  • ✅ Overall Tests Success Rate: 100.00 >= 100.00
  • ✅ Line Coverage in New Code: 100.00 >= 90.00
  • ✅ Branch Coverage in New Code: 100.00 >= 90.00
  • ✅ Mutation Coverage in New Code: 100.00 >= 90.00
  • ✅ Potential Bugs in Whole Project: 0.00 <= 0.00
  • ✅ Style Violation in Whole Project: 0.00 <= 0.00

Created by Quality Monitor v4.10.0 (#be1b382). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit cd1f72e into main Apr 12, 2026
17 checks passed
@uhafner uhafner deleted the renovate/nullaway.version branch April 12, 2026 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant