fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| nl.jqno.equalsverifier:equalsverifier (source) | 3.19.4 -> 4.0.2 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)
v4.0.2
Added
- Support for Kotlin delegates. (Issue 1083)
Changed
- When a Mockito error occurs, the error message now says which mocked method was attempted to call. (Issue 1082)
v4.0.1
Fixed
- A class with field of type
EnumMaporEnumSetproducesMockitoExceptionwhen Mockito is present. (Issue 1080)
v4.0
Added
- Support for Kotlin delegates. (Issue 1083)
Changed
- When a Mockito error occurs, the error message now says which mocked method was attempted to call. (Issue 1082)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.76%. Comparing base (
4a33b66) to head (c130d81).
Additional details and impacted files
@@ Coverage Diff @@
## main #7319 +/- ##
=========================================
Coverage 89.75% 89.76%
Complexity 6981 6981
=========================================
Files 797 797
Lines 21165 21165
Branches 2057 2057
=========================================
+ Hits 18997 18999 +2
+ Misses 1505 1503 -2
Partials 663 663
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Looks like we'll need to figure out another strategy for equals verification, since we have to continue supporting java < 17.
See #7416.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.