From fbe6aaff515e68626e5c105d757ba7ae13126831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:47:19 +0000 Subject: [PATCH] Bump modia_common_utils_version Bumps `modia_common_utils_version` from 1.2025.01.13-08.31-3998e96fcbc5 to 1.2025.02.14-14.07-040c3e0baaa0. Updates `com.github.navikt.modia-common-utils:kotlin-utils` from 1.2025.01.13-08.31-3998e96fcbc5 to 1.2025.02.14-14.07-040c3e0baaa0 - [Commits](https://github.com/navikt/modia-common-utils/compare/1.2025.01.13-08.31-3998e96fcbc5...1.2025.02.14-14.07-040c3e0baaa0) Updates `com.github.navikt.modia-common-utils:ktor-utils` from 1.2025.01.13-08.31-3998e96fcbc5 to 1.2025.02.14-14.07-040c3e0baaa0 - [Commits](https://github.com/navikt/modia-common-utils/compare/1.2025.01.13-08.31-3998e96fcbc5...1.2025.02.14-14.07-040c3e0baaa0) --- updated-dependencies: - dependency-name: com.github.navikt.modia-common-utils:kotlin-utils dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.github.navikt.modia-common-utils:ktor-utils 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 f9ac0c5..798e173 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val logstash_version = "8.0" val prometeus_version = "1.14.4" val nav_common_version = "3.2025.01.14_14.19-79b3041cae56" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" -val modia_common_utils_version = "1.2025.01.13-08.31-3998e96fcbc5" +val modia_common_utils_version = "1.2025.02.14-14.07-040c3e0baaa0" val junit_version = "5.11.4" val graphql_kotlin_version = "8.3.0"