diff --git a/Tabnine/build.gradle b/Tabnine/build.gradle index c3b45943..caa2de50 100644 --- a/Tabnine/build.gradle +++ b/Tabnine/build.gradle @@ -41,7 +41,7 @@ dependencies { testImplementation 'org.mockito:mockito-inline:4.8.0' testImplementation 'org.mockito:mockito-junit-jupiter:4.8.0' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0' - testImplementation "io.mockk:mockk:1.11.0" + testImplementation "io.mockk:mockk:1.13.8" testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.9.0'