From 4754c6246936db2053147596c684e18f613beb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:26:09 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.14 to 1.13.16 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.14 to 1.13.16. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.14...1.13.16) --- 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 1d8e752..adeaa7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val logbackVersion = "1.5.16" val logstashEncoderVersion = "7.4" val prometheusVersion = "0.16.0" val jacksonVersion = "2.18.2" -val mockkVersion = "1.13.14" +val mockkVersion = "1.13.16" val kotestVersion = "5.9.1" val kotestExtensionsVersion = "2.0.0" val kotlinVersion = "2.1.0"