Skip to content

Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.2#540

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/equals.verifier.version
Open

Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.2#540
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/equals.verifier.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
nl.jqno.equalsverifier:equalsverifier (source) 4.2.54.4.2 age confidence

Release Notes

jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)

v4.4.2

Changed
  • Multi-line error messages now align better.
Fixed
  • Fixes a bug where a NoSuchElementException was thrown when verifying a Kotlin class that inherits a private val lazy property from a parent class (Issue 1170).
  • Fixes a bug where static fields of certain types (e.g., BigDecimal and boxed Float) were not restored to their original value after EqualsVerifier threw a NullPointerException while null-checking them.
  • Fixes a bug where an Enum<?> field resolved to Enum<Enum<Object>> (because Enum has a self-referential type bound).

v4.4.1

Fixed
  • A regression where floats and doubles are checked (and throw an exception) that are static (Issue 1183), transient (Issue 1184) or ignored with #withIgnoredFields().

v4.4

Changed
  • Multi-line error messages now align better.
Fixed
  • Fixes a bug where a NoSuchElementException was thrown when verifying a Kotlin class that inherits a private val lazy property from a parent class (Issue 1170).
  • Fixes a bug where static fields of certain types (e.g., BigDecimal and boxed Float) were not restored to their original value after EqualsVerifier threw a NullPointerException while null-checking them.
  • Fixes a bug where an Enum<?> field resolved to Enum<Enum<Object>> (because Enum has a self-referential type bound).

v4.3.1

Changed

v4.3

Changed

v4.2.6

Fixed
  • If first permitted and non-abstract subclass of a sealed type has a recursion, EqualsVerifier throws RecursionException instead of trying the second permitted non-abstract subclass. (Issue 1081)
Changed
  • Avoids potential parameter order bug when instantiating records. (Issue 1160; thanks lycoris106!)
  • More performance improvements.

Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate bot added the renovate label Mar 15, 2026
@renovate renovate bot force-pushed the renovate/equals.verifier.version branch from 4799183 to 946cd79 Compare April 1, 2026 16:37
@renovate renovate bot changed the title Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.1 Update dependency nl.jqno.equalsverifier:equalsverifier to v4.4.2 Apr 7, 2026
@renovate renovate bot force-pushed the renovate/equals.verifier.version branch from 946cd79 to a95f7ba Compare April 7, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants