From 5de67cacd745d2204370a018a12409be378336b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:26:58 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.10 to 1.13.11 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.10...1.13.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 27c12667..00f1c9a0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ val junitJupiterVersion = "5.10.2" val kotlinJacksonVersion = "2.17.1" val flywayVersion = "9.22.3" val tokenSupportVersion = "3.2.0" -val mockkVersion = "1.13.10" +val mockkVersion = "1.13.11" val springMockkVersion = "3.1.1" val confluent = "7.6.1" val isdialogmoteSchema = "1.0.5"