diff --git a/build.gradle b/build.gradle index c9a9443..1e2ef04 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation('com.github.npathai:hamcrest-optional:2.0.0') testImplementation('org.hamcrest:hamcrest:3.0') - testImplementation('org.mockito:mockito-core:5.12.0') + testImplementation('org.mockito:mockito-core:5.14.1') testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.2') }