From d1ba6a5f8b9e887886c26f2209111cd2904bafe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:37:05 +0000 Subject: [PATCH] Bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [io.mockk:mockk](https://github.com/mockk/mockk). Updates `io.mockk:mockk` from 1.13.8 to 1.13.9 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.8...1.13.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 4c4c9516..cba97d44 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ val javaxAnnotationApiVersion = "1.3.2" val jaxbRuntimeVersion = "2.4.0-b180830.0438" val smCommonVersion = "2.0.8" val javaTimeAdapterVersion = "1.1.3" -val ioMockVersion = "1.13.8" +val ioMockVersion = "1.13.9" val kotlinVersion = "1.9.22" val okhttp3Version = "4.11.0" val commonsCodecVersion = "1.16.0"