Skip to content

Commit b8faf4e

Browse files
fix(deps): Update dependency nl.jqno.equalsverifier:equalsverifier to v4.5.1 (#477)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [nl.jqno.equalsverifier:equalsverifier](https://www.jqno.nl/equalsverifier) ([source](https://redirect.github.com/jqno/equalsverifier)) | `4.5` → `4.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/nl.jqno.equalsverifier:equalsverifier/4.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/nl.jqno.equalsverifier:equalsverifier/4.5/4.5.1?slim=true) | --- ### Release Notes <details> <summary>jqno/equalsverifier (nl.jqno.equalsverifier:equalsverifier)</summary> ### [`v4.5.1`](https://redirect.github.com/jqno/equalsverifier/blob/HEAD/CHANGELOG.md#451---2026-08-21) ##### Fixed - Adds prefab values for `java.util.LinkedHashSet`. ([Issue 1231](https://redirect.github.com/jqno/equalsverifier/issues/1231), [Issue 1232](https://redirect.github.com/jqno/equalsverifier/issues/1232); thanks kalayciburak!) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 191efea commit b8faf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.1.3'
5252
testImplementation 'org.mockito:mockito-core:5.23.0'
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0'
54-
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.5'
54+
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.5.1'
5555
testImplementation 'org.assertj:assertj-core:3.27.7'
5656
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5757

0 commit comments

Comments
 (0)