diff --git a/build.gradle b/build.gradle index c9a9443..75ed658 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.12.0') - testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.2') + testImplementation('nl.jqno.equalsverifier:equalsverifier:3.17.3') } test {