From 75080e45f9ae99cc29a01213e7ff231c49f606d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 01:51:32 +0000 Subject: [PATCH] Bump mockk from 1.12.2 to 1.12.7 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.2 to 1.12.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.2...1.12.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f516116..4439c00 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ dependencies { } // Mocks // see https://mockk.io - testImplementation "io.mockk:mockk:1.12.2" + testImplementation "io.mockk:mockk:1.12.7" annotationProcessor "org.springframework.boot:spring-boot-configuration-processor" }