diff --git a/build.gradle b/build.gradle index 23503a5..163963f 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:2.2') testImplementation('org.mockito:mockito-core:5.3.1') - testImplementation('nl.jqno.equalsverifier:equalsverifier:3.14.2') + testImplementation('nl.jqno.equalsverifier:equalsverifier:3.15.1') } test {