From 35535f0fff47bd6acb1990cfa2969101d6da3274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:06:21 +0000 Subject: [PATCH] Bump modia_common_utils_version Bumps `modia_common_utils_version` from 1.2023.07.20-13.43-64707e48b53b to 1.2024.10.25-12.01-5d2c60264f4e. Updates `com.github.navikt.modia-common-utils:kotlin-utils` from 1.2023.07.20-13.43-64707e48b53b to 1.2024.10.25-12.01-5d2c60264f4e - [Commits](https://github.com/navikt/modia-common-utils/compare/1.2023.07.20-13.43-64707e48b53b...1.2024.10.25-12.01-5d2c60264f4e) Updates `com.github.navikt.modia-common-utils:ktor-utils` from 1.2023.07.20-13.43-64707e48b53b to 1.2024.10.25-12.01-5d2c60264f4e - [Commits](https://github.com/navikt/modia-common-utils/compare/1.2023.07.20-13.43-64707e48b53b...1.2024.10.25-12.01-5d2c60264f4e) --- updated-dependencies: - dependency-name: com.github.navikt.modia-common-utils:kotlin-utils dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.navikt.modia-common-utils:ktor-utils dependency-type: direct:production update-type: version-update:semver-minor ... 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 c3d4a5d..91c05b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val logstash_version = "8.0" val prometeus_version = "1.6.3" val nav_common_version = "3.2024.09.16_11.09-578823a87a2f" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" -val modia_common_utils_version = "1.2023.07.20-13.43-64707e48b53b" +val modia_common_utils_version = "1.2024.10.25-12.01-5d2c60264f4e" val junit_version = "5.11.3" val graphql_kotlin_version = "8.2.0"