From 5dee8b576c9e8e57d43358f42b73bd5d1c6aeeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:13:20 +0000 Subject: [PATCH] Bump modia_common_utils_version Bumps `modia_common_utils_version` from 1.2024.12.12-09.31-50e75d3f64f9 to 1.2025.01.06-08.09-7f9cc73e2d07. Updates `com.github.navikt.modia-common-utils:kotlin-utils` from 1.2024.12.12-09.31-50e75d3f64f9 to 1.2025.01.06-08.09-7f9cc73e2d07 - [Commits](https://github.com/navikt/modia-common-utils/compare/1.2024.12.12-09.31-50e75d3f64f9...1.2025.01.06-08.09-7f9cc73e2d07) Updates `com.github.navikt.modia-common-utils:ktor-utils` from 1.2024.12.12-09.31-50e75d3f64f9 to 1.2025.01.06-08.09-7f9cc73e2d07 - [Commits](https://github.com/navikt/modia-common-utils/compare/1.2024.12.12-09.31-50e75d3f64f9...1.2025.01.06-08.09-7f9cc73e2d07) --- 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 0abea47..5c5ced5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ val logstash_version = "8.0" val prometeus_version = "1.14.2" val nav_common_version = "3.2024.11.26_16.35-432a29107830" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" -val modia_common_utils_version = "1.2024.12.12-09.31-50e75d3f64f9" +val modia_common_utils_version = "1.2025.01.06-08.09-7f9cc73e2d07" val junit_version = "5.11.4" val graphql_kotlin_version = "8.2.1"