Skip to content

Bump nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.5.2 - #374

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/nl.jqno.equalsverifier-equalsverifier-4.5.2
Closed

Bump nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.5.2#374
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/nl.jqno.equalsverifier-equalsverifier-4.5.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps nl.jqno.equalsverifier:equalsverifier from 3.19.4 to 4.5.2.

Release notes

Sourced from nl.jqno.equalsverifier:equalsverifier's releases.

Release equalsverifier-4.5.2

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.5.1

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.5

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.4.2

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.4.1

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.4

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.3.1

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.3

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2.6

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2.5

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2.4

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2.3

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2.2

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2.1

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.2

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.1.1

For a list of changes in this version, see CHANGELOG.md.

Release equalsverifier-4.1

For a list of changes in this version, see CHANGELOG.md.

... (truncated)

Changelog

Sourced from nl.jqno.equalsverifier:equalsverifier's changelog.

[4.5.2] - 2026-08-27

Fixed

  • Significant fields error when first implementation of a sealed interface is a single-value enum. (Issue 1236)

[4.5.1] - 2026-08-21

Fixed

[4.5] - 2026-04-17

Added

  • EqualsVerifier now detects when java.net.URL fields are used in equals or hashCode, since URL.equals() and URL.hashCode() perform DNS resolution, making them network-dependent and non-deterministic. Consider using URI.create(url.toString()) instead. This check can be suppressed with Warning.URL_EQUALITY. (Issue #1203)

[4.4.2] - 2026-04-07

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

[4.4.1] - 2026-02-23

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().

[4.4] - 2026-02-21

Added

  • Proper support for JEP 500: "Prepare to Make Final Mean Final", where the JDK emits a warning (or, if so configured, throws an exception) when final fields are mutated.
    • #withFactory() method to provide instances to EqualsVerifier so it doesn't have to mutate final fields;
    • Overloads for #withRedefinedSuperclass() and #withRedefinedSubclass() to do the same;
    • Overloads for #withPrefabValues() and #withPrefabValuesForField() where you explicitly provide a copy of the "red" value, because EqualsVerifier will not be able to make a copy of that value without using final field mutation.
    • .set(Mode.finalMeansFinal() so EqualsVerifier refuses to mutate final fields even when still possible: this is useful when migrating to a newer JDK where this is an issue.
    • Documentation: see the chapter on this subject in the manual.
  • Prefab values for java.lang.Number.

Changed

... (truncated)

Commits
  • 2e0dae0 Bumps version to 4.5.2
  • 8818df1 Updates CHANGELOG for release
  • ff374a3 Adds PR number to changelog
  • f051bc7 Fixes singificant fields error when first sealed interface implementation is ...
  • 2669ffa Prepares for next development iteration
  • d890771 Bumps version to 4.5.1
  • cec51b8 Updates CHANGELOG for release
  • 1e5a37a Merge pull request #1235 from jqno/dependabot/maven/dependencies-1b33e0e210
  • 7b46e33 Merge pull request #1234 from jqno/dependabot/github_actions/dependencies-9c0...
  • 5706e86 Bump the dependencies group with 2 updates
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nl.jqno.equalsverifier:equalsverifier [< 4, > 3.17.1]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.19.4 to 4.5.2.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- [Commits](jqno/equalsverifier@equalsverifier-3.19.4...equalsverifier-4.5.2)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-version: 4.5.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 1, 2026
@runeflobakk

Copy link
Copy Markdown
Member

@dependabot ignore this major version

@dependabot dependabot Bot closed this Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/nl.jqno.equalsverifier-equalsverifier-4.5.2 branch September 1, 2026 07:39
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 4.x.x again, unless you re-open this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant