diff --git a/build.gradle b/build.gradle index 9ecef75..f14ecc6 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' testImplementation 'org.springframework:spring-test:5.3.37' testImplementation 'org.springframework:spring-web:5.3.37' - testImplementation 'org.mockito:mockito-core:5.11.0' + testImplementation 'org.mockito:mockito-core:5.12.0' } jacocoTestReport {