Skip to content

Commit a3e7d59

Browse files
Update dependency com.uber.nullaway:nullaway to v0.12.9 (#1524)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.uber.nullaway:nullaway](https://redirect.github.com/uber/NullAway) | `0.12.8` -> `0.12.9` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.12.8/0.12.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!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.9`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-0129) - Add a case in our inference for generic method calls ([#&#8203;1240](https://redirect.github.com/uber/NullAway/issues/1240)) - Add library model for Apache Commons CollectionUtils.isNotEmpty, Amazon CollectionUtils.IsNullOrEmpty, and a couple Amazon StringUtils methods ([#&#8203;1242](https://redirect.github.com/uber/NullAway/issues/1242)) - Maintenance - Fix maven central link in RELEASING.md ([#&#8203;1237](https://redirect.github.com/uber/NullAway/issues/1237)) - Update to Error Prone 2.41.0 ([#&#8203;1239](https://redirect.github.com/uber/NullAway/issues/1239)) - Add tests for [gh-1246](https://redirect.github.com/uber/NullAway/issues/1246) ([#&#8203;1247](https://redirect.github.com/uber/NullAway/issues/1247)) - Test reading JSpecify annotations from bytecodes on JDK 21 ([#&#8203;1245](https://redirect.github.com/uber/NullAway/issues/1245)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1a8b97c commit a3e7d59

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.8</version>
283+
<version>0.12.9</version>
284284
</path>
285285
<!-- Other annotation processors go here.
286286

0 commit comments

Comments
 (0)