Skip to content

Commit f4640e4

Browse files
chore(deps): update dependency com.uber.nullaway:nullaway to v0.12.15 (#1749)
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.14` -> `0.12.15` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.12.15?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.12.14/0.12.15?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.15`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-01215) [Compare Source](https://redirect.github.com/uber/NullAway/compare/v0.12.14...v0.12.15) NullAway now includes a BOM artifact `com.uber.nullaway:nullaway-bom`. Otherwise, this release contains a few bug fixes and improvements to JSpecify support. - Fix URL for RequireExplicitNullMarking checker ([#&#8203;1369](https://redirect.github.com/uber/NullAway/issues/1369)) - Handle annotations on type variables in return and field types ([#&#8203;1371](https://redirect.github.com/uber/NullAway/issues/1371)) - Change how recursive calls to dataflow are detected ([#&#8203;1374](https://redirect.github.com/uber/NullAway/issues/1374)) - JSpecify: use type on identifier when its type is a type variable ([#&#8203;1378](https://redirect.github.com/uber/NullAway/issues/1378)) - Include method type parameters in astubx files. by [@&#8203;haewiful](https://redirect.github.com/haewiful) ([#&#8203;1370](https://redirect.github.com/uber/NullAway/issues/1370)) - Create nullaway-bom project ([#&#8203;1130](https://redirect.github.com/uber/NullAway/issues/1130)) by [@&#8203;lpireyn](https://redirect.github.com/lpireyn) ([#&#8203;1380](https://redirect.github.com/uber/NullAway/issues/1380)) - Run dataflow analysis on bodies of lambdas passed to generic methods ([#&#8203;1375](https://redirect.github.com/uber/NullAway/issues/1375)) - Maintenance - Remove BaseNoOpHandler and replace with default methods in Handler ([#&#8203;1376](https://redirect.github.com/uber/NullAway/issues/1376)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff88916 commit f4640e4

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

0 commit comments

Comments
 (0)