Skip to content

Commit c027808

Browse files
chore(deps): update dependency com.uber.nullaway:nullaway to v0.12.14 (#1721)
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.12.13` -> `0.12.14` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.12.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.12.13/0.12.14?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>uber/NullAway (com.uber.nullaway:nullaway)</summary> ### [`v0.12.14`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-01214) [Compare Source](https://redirect.github.com/uber/NullAway/compare/v0.12.13...v0.12.14) This release fixes a bug where the new `RequireExplicitNullMarking` check was not fully disabled by default. It also includes a couple of performance optimizations to reduce NullAway overhead. - Various optimizations ([#&#8203;1358](https://redirect.github.com/uber/NullAway/issues/1358)) - Don't report matches from RequireExplicitNullMarking when run at SUGGESTION level ([#&#8203;1365](https://redirect.github.com/uber/NullAway/issues/1365)) - Optimize methods that check for annotations on a Symbol ([#&#8203;1362](https://redirect.github.com/uber/NullAway/issues/1362)) - Tune warning message for RequireExplicitNullMarking ([#&#8203;1366](https://redirect.github.com/uber/NullAway/issues/1366)) - Maintenance - Fix arg concatenation bug in JMH ([#&#8203;1357](https://redirect.github.com/uber/NullAway/issues/1357)) - Move wildcard-related tests to a separate test class ([#&#8203;1361](https://redirect.github.com/uber/NullAway/issues/1361)) </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc7de16 commit c027808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<path>
281281
<groupId>com.uber.nullaway</groupId>
282282
<artifactId>nullaway</artifactId>
283-
<version>0.12.13</version>
283+
<version>0.12.14</version>
284284
</path>
285285
<!-- Other annotation processors go here.
286286

0 commit comments

Comments
 (0)