From e81a977994a8d444e8262b0821bb96bc8b31aaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:11:49 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.11.0 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.11.0 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.11.0...1.13.8) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Tabnine/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'