diff --git a/build.gradle b/build.gradle index 422eeaa..ebd59d7 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { runtimeOnly 'com.h2database:h2' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' - testImplementation 'org.mockito:mockito-inline:3.12.1' + testImplementation 'org.mockito:mockito-inline:5.2.0' } apply from: 'test.gradle'