neboskreb / red-and-blue

JUnit 5 extension for easy injection of Red and Blue objects
Apache License 2.0
1 stars 0 forks source link

Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 #29

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nl.jqno.equalsverifier:equalsverifier (source) 3.15.7 -> 3.16.1 age adoption passing confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier) ### [`v3.16.1`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3161---2024-04-03) ##### Fixed - IllegalArgumentException `argument type mismatch` when a field's type has a wildcard generic and the underlying type has a type bound (such as `T extends Serializable`). ([Issue 940](https://togithub.com/jqno/equalsverifier/issues/940)) - AbstractMethodError when a the `equals` method in a field's class calls an abstract method. ([Issue 938](https://togithub.com/jqno/equalsverifier/issues/938)) ### [`v3.16`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#316---2024-03-22) ##### Added - Support for [Spring Framework](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/lang/NonNullFields.html)'s `@NonNullFields` annotation and [JSpecify](https://jspecify.dev/)'s `@NullMarked` annotation. ([Issue 936](https://togithub.com/jqno/equalsverifier/issues/936)) ##### Changed - When `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](https://togithub.com/jqno/equalsverifier/issues/934)) - Improved the error message for so called 'versioned entities' (where entities with `0` or `null` ids are always unequal), so it's more discoverable what to do in that situation. ([Issue 932](https://togithub.com/jqno/equalsverifier/issues/932)) ### [`v3.15.8`](https://togithub.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#3158---2024-03-01) ##### Fixed - Final entities with [@​GeneratedValue](https://togithub.com/GeneratedValue) could not be verified. ([Issue 929](https://togithub.com/jqno/equalsverifier/issues/929))

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.



This PR has been generated by Mend Renovate. View repository job log here.