diff --git a/build.gradle b/build.gradle index 791b513..5d2a2d9 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.0' - testImplementation 'org.mockito:mockito-core:5.15.2' + testImplementation 'org.mockito:mockito-core:5.16.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.16.0' testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.12.0'