diff --git a/build.gradle b/build.gradle index 31ddfed..2b71e7a 100644 --- a/build.gradle +++ b/build.gradle @@ -75,11 +75,11 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.2' - testImplementation 'org.mockito:mockito-core:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' testImplementation 'org.openjdk.jmh:jmh-core:1.37' - testRuntimeOnly 'org.mockito:mockito-core:5.14.1' + testRuntimeOnly 'org.mockito:mockito-core:5.14.2' testRuntimeOnly 'org.junit.platform:junit-platform-runner:1.11.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' }