From 51d5643d6cf0ff5cb749d47c7647b5e7f3ac638d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:02:31 +0100 Subject: [PATCH] Bump mockk from 1.13.2 to 1.13.3 (#37) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cda331e..1f4eb06 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { testImplementation(kotlin("test")) testImplementation(kotlin("test-junit5")) testImplementation(kotlin("stdlib-jdk8")) - testImplementation("io.mockk:mockk:1.13.2") // mock framework + testImplementation("io.mockk:mockk:1.13.3") // mock framework @Suppress("GradlePackageUpdate") // we want to run tests on JVM 8, so we will stay on 1.3.x version testImplementation("ch.qos.logback:logback-classic:1.3.3") // logging framework for the tests