From f7e548c288f28c159ac2ec81a0a48d98c9ac0715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 20:32:41 -0600 Subject: [PATCH] Bump mockk from 1.12.7 to 1.13.3 (#9) Bumps [mockk](https://github.com/mockk/mockk) from 1.12.7 to 1.13.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.7...1.13.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e3d2d4..4267a51 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ allprojects { dependencies { implementation("org.javassist:javassist:3.29.2-GA") testImplementation("org.assertj:assertj-core:3.23.1") - testImplementation("io.mockk:mockk:1.12.7") + testImplementation("io.mockk:mockk:1.13.3") testImplementation("org.junit.jupiter:junit-jupiter:5.9.1") }