diff --git a/build.gradle b/build.gradle index 952f6ff8..6904509f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation('com.github.npathai:hamcrest-optional:2.0.0') testImplementation('org.hamcrest:hamcrest:3.0') testImplementation('org.mockito:mockito-core:5.20.0') - testImplementation('nl.jqno.equalsverifier:equalsverifier:4.2') + testImplementation('nl.jqno.equalsverifier:equalsverifier:4.2.1') } test {