Skip to content

Commit cd3d22b

Browse files
chore(deps): update dependency com.uber.nullaway:nullaway to v0.13.7 (#2227)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.uber.nullaway:nullaway](https://redirect.github.com/uber/NullAway) | `0.13.6` → `0.13.7` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.13.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.13.6/0.13.7?slim=true) | --- ### Release Notes <details> <summary>uber/NullAway (com.uber.nullaway:nullaway)</summary> ### [`v0.13.7`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-0137) [Compare Source](https://redirect.github.com/uber/NullAway/compare/v0.13.6...v0.13.7) This is a minor bug fix release addressing a couple of issues observed in 0.13.6. - Add support for filtering null objects from streams in [#&#8203;1597](https://redirect.github.com/uber/NullAway/issues/1597) - Report init warnings for JPA constructors with arguments in [#&#8203;1604](https://redirect.github.com/uber/NullAway/issues/1604) - Maintenance - Update release instructions in [#&#8203;1593](https://redirect.github.com/uber/NullAway/issues/1593) - Switch code coverage aggregation to use built-in jacoco plugin by [@&#8203;subhramit](https://redirect.github.com/subhramit) in [#&#8203;1598](https://redirect.github.com/uber/NullAway/issues/1598) - Bump Error Prone to 2.50.0 in [#&#8203;1601](https://redirect.github.com/uber/NullAway/issues/1601) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4c20df commit cd3d22b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
<path>
506506
<groupId>com.uber.nullaway</groupId>
507507
<artifactId>nullaway</artifactId>
508-
<version>0.13.6</version>
508+
<version>0.13.7</version>
509509
</path>
510510
</annotationProcessorPaths>
511511
</configuration>

0 commit comments

Comments
 (0)