-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 #59
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
=========================================
Coverage 84.34% 84.34%
Complexity 473 473
=========================================
Files 30 30
Lines 1233 1233
Branches 280 280
=========================================
Hits 1040 1040
Misses 171 171
Partials 22 22 ☔ View full report in Codecov by Sentry. |
66e5851
to
b18d6ba
Compare
b18d6ba
to
d6a678d
Compare
d6a678d
to
4d8867c
Compare
4d8867c
to
c45be47
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #59 +/- ##
=========================================
Coverage 84.34% 84.34%
Complexity 473 473
=========================================
Files 30 30
Lines 1233 1233
Branches 280 280
=========================================
Hits 1040 1040
Misses 171 171
Partials 22 22 ☔ View full report in Codecov by Sentry. |
c45be47
to
014d5a0
Compare
014d5a0
to
06fe168
Compare
06fe168
to
b320e92
Compare
b320e92
to
1210015
Compare
This PR contains the following updates:
3.15.1
->3.16.1
Release Notes
jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)
v3.16.1
Fixed
argument type mismatch
when a field's type has a wildcard generic and the underlying type has a type bound (such asT extends Serializable
). (Issue 940)equals
method in a field's class calls an abstract method. (Issue 938)v3.16
Added
@NonNullFields
annotation and JSpecify's@NullMarked
annotation. (Issue 936)Changed
Warning.SURROGATE_OR_BUSINESS_KEY
is suppressed, it is now possible to use#withOnlyTheseFields
, and the fields may include both@Id
fields and regular fields. (Issue 934)0
ornull
ids are always unequal), so it's more discoverable what to do in that situation. (Issue 932)v3.15.8
Fixed
v3.15.7
Fixed
v3.15.6
Fixed
v3.15.5
Changed
v3.15.4
Added
-Xcheckinit
flag switched on. This flag generates a field that should have been marked as synthetic, but isn't, so EqualsVerifier has to check for this field explicitly.v3.15.3
Changed
v3.15.2
Fixed
Warning.STRICT_HASHCODE
suppressed, an error was thrown. (Issue 853)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" (UTC).
🚦 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.
This PR has been generated by Mend Renovate. View repository job log here.