diff --git a/build.gradle b/build.gradle index c289779..e87ef93 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok:1.18.42' testAnnotationProcessor 'org.projectlombok:lombok:1.18.42' - testImplementation "org.mockito:mockito-core:5.21.0" + testImplementation "org.mockito:mockito-core:5.22.0" testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}" testImplementation "org.hamcrest:hamcrest-core:${hamcrestVersion}" testImplementation "org.hamcrest:hamcrest-library:${hamcrestVersion}"