rssreader
rssreader copied to clipboard
Bump nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1
Bumps nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1.
Release notes
Sourced from nl.jqno.equalsverifier:equalsverifier's releases.
Release equalsverifier-3.17.1
For a list of changes in this version, see CHANGELOG.md.
Release equalsverifier-3.17
For a list of changes in this version, see CHANGELOG.md.
Changelog
Sourced from nl.jqno.equalsverifier:equalsverifier's changelog.
[3.17.1] - 2024-10-02
Fixed
- Instantiates
java.sql.Dateonly when available, so EqualsVerifier no longer throwsNoClassDefFoundErrorwhen it's not available (for instance, when running EqualsVerifier standalone instead of as part of a test suite). (Issue 746)[3.17] - 2024-09-24
Added
- #withPrefabValuesForField method, where you can assign prefab values to a field instead of to a class. The values will then be used for that field only. (Issue 747)
Changed
- The internal instantiation logic has been heavily refactored, to be more robust and extensible for future enhancements.
Deprecated
Warning.ZERO_FIELDS: the use case for this Warning is better handled by the new#withPrefabValuesForFieldmethod.
Commits
cf08e5eBumps version to 3.17.1399c7e3Updates CHANGELOG for releasec2acb22Small performance improvementdfb7165Conditionally instantiates java.sql.Date0aa0648Merge pull request #1003 from jqno/dependabot/maven/dependencies-4144f79c4909ce664Bump the dependencies group with 3 updates9a192b8Fixes mistake in JPMS docs938d648Prepares for next development iteration7fb8bb5Bumps version to 3.17e4cfae6Updates CHANGELOG for release- Additional commits viewable in compare view
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)