diff --git a/build.gradle b/build.gradle index ea91c30..b782885 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation('com.github.npathai:hamcrest-optional:2.0.0') testImplementation('org.hamcrest:hamcrest:3.0') testImplementation('org.mockito:mockito-core:5.14.2') - testImplementation('nl.jqno.equalsverifier:equalsverifier:3.17.4') + testImplementation('nl.jqno.equalsverifier:equalsverifier:3.19') } test {