Skip to content

Commit 4d1bc70

Browse files
chore(deps): update dependency com.uber.nullaway:nullaway to v0.13.1 (#1822)
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.0` → `0.13.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.13.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.13.0/0.13.1?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.13.1`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-0131) [Compare Source](https://redirect.github.com/uber/NullAway/compare/v0.13.0...v0.13.1) - Improve verification of !null -> !null contracts ([#&#8203;1441](https://redirect.github.com/uber/NullAway/issues/1441)) - Substitute inferred `@NonNull` types for generic method inference ([#&#8203;1445](https://redirect.github.com/uber/NullAway/issues/1445)) - Better support for some contracts with boolean argument constraints ([#&#8203;1447](https://redirect.github.com/uber/NullAway/issues/1447)) - Maintenance - Add junit-framework as another integration test ([#&#8203;1446](https://redirect.github.com/uber/NullAway/issues/1446)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d32fd12 commit 4d1bc70

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
@@ -454,7 +454,7 @@
454454
<path>
455455
<groupId>com.uber.nullaway</groupId>
456456
<artifactId>nullaway</artifactId>
457-
<version>0.13.0</version>
457+
<version>0.13.1</version>
458458
</path>
459459
</annotationProcessorPaths>
460460
</configuration>

0 commit comments

Comments
 (0)