From 81e762b6e56720d58fc30fea1a6b3044ccf34fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 06:01:25 +0000 Subject: [PATCH] Bump mockk from 1.10.6 to 1.11.0 Bumps [mockk](https://github.com/mockk/mockk) from 1.10.6 to 1.11.0. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.10.6...1.11.0) Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 2dc95d3b..e0288a7f 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { // Tests: testImplementation(project(":lib")) testImplementation("org.junit.jupiter:junit-jupiter:5.7.1") - testImplementation("io.mockk:mockk:1.10.6") + testImplementation("io.mockk:mockk:1.11.0") } // Configure gradle-intellij-plugin plugin.