Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Oct 1, 2025

This PR contains the following updates:

Package Type Update Change
nl.jqno.equalsverifier:equalsverifier (source) dependencies major 3.19.4 -> 4.1.1

Release Notes

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

v4.1.1

Fixed
  • Classes that extend Enum throws ModuleException. (Issue 1122)

v4.1

Fixed
  • Classes that extend Enum throws ModuleException. (Issue 1122)

v4.0.9

Fixed
  • Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. (Issue 1111)

v4.0.8

Fixed
  • NullPointerException with abstract sealed types whose subtypes add state and need Warning.NULL_FIELDS suppressed. (Issue 1111)

v4.0.7

Fixed
  • StringIndexOutOfBoundsException when using forPackage on Windows. (Issue 1106)

v4.0.6

Changed
  • EqualsVerifier will issue an error when an entity has lazy fields that should be accessed by their getter, and the getter is final, because in that case it can't perform the check. (Issue 1102)

v4.0.5

Fixed
  • When verifying a relaxed equals relation, andUnequalExamples thinks two unequal examples are equal. (Issue 1098)

v4.0.4

Fixed
  • Can now test a class with a field whose type is an array of a single value enum. (Issue 1093)

v4.0.3

Changed
  • forPackage can now also scan jar files, which is handy for certain kinds of integration tests that run against jar files instead of directories with .class files. (Issue 1078)

v4.0.2

Added
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 EnumMap or EnumSet produces MockitoException when Mockito is present. (Issue 1080)

v4.0

Fixed
  • Regression introduced in version 4.0.8: StackOverflowError when testing a non-abstract sealed type. (Issue 1111)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by Renovate Bot.

@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Oct 1, 2025
@kodiakhq kodiakhq bot merged commit ff6972d into main Oct 1, 2025
6 checks passed
@kodiakhq kodiakhq bot deleted the renovate/nl.jqno.equalsverifier-equalsverifier-4.x branch October 1, 2025 14:17
kodiakhq bot pushed a commit that referenced this pull request Oct 1, 2025
🤖 I have created a release *beep* *boop*
---


## [0.0.45](v0.0.44...v0.0.45) (2025-10-01)


### Bug Fixes

* **deps:** Update dependency gradle to v9 ([#374](#374)) ([ec34114](ec34114))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v4 ([#375](#375)) ([ff6972d](ff6972d))
* **deps:** Update dependency org.mockito:mockito-core to v5.20.0 ([#368](#368)) ([14791e2](14791e2))
* **deps:** Update plugin com.diffplug.spotless to v7 ([#376](#376)) ([d38c03e](d38c03e))
* **deps:** Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#377](#377)) ([0c0c48c](0c0c48c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants