diff --git a/build.gradle b/build.gradle index b597f083..bb9bdc46 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { //testImplementation 'org.springframework:spring-test' testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:3.0.3' - testImplementation 'org.mockito:mockito-core:5.17.0' + testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation 'net.bytebuddy:byte-buddy:1.17.5'