From 52b23f6d592835e91b600dfc91571a2dd411cb26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 07:04:40 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.13 to 1.13.14 (#99) Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.13 to 1.13.14. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... 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 622c10e..4db9b17 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ val logstashLogbackEncoderVersion = "7.4" val kluentVersion = "1.73" val inntektsmeldingKontraktVersion = "2023.09.21-02-30-3f310" val sykepengesoknadKafkaVersion = "2023.09.27-13.04-8327d8dd" -val mockkVersion = "1.13.13" +val mockkVersion = "1.13.14" val kotestVersion = "5.9.1" val kotestExtensionsVersion = "2.0.0" val hikariVersion = "6.2.1"