diff --git a/build.gradle b/build.gradle index 18c45c5..b9bf761 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ subprojects { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.6.0' + testImplementation 'org.mockito:mockito-core:5.7.0' } test {