diff --git a/build.gradle b/build.gradle index dd68bf9..217f52b 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ subprojects { dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.21.0' + testImplementation 'org.mockito:mockito-core:5.22.0' } test {