From a1d22c0a7ec89c57af33a61bed1b93359396eae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 04:48:10 +0000 Subject: [PATCH] Bump nav_common_version Bumps `nav_common_version` from 3.2025.03.03_16.01-8b9a25e24284 to 3.2025.03.07_13.21-bb112c97720d. Updates `no.nav.common:token-client` from 3.2025.03.03_16.01-8b9a25e24284 to 3.2025.03.07_13.21-bb112c97720d - [Release notes](https://github.com/navikt/common-java-modules/releases) - [Commits](https://github.com/navikt/common-java-modules/commits) Updates `no.nav.common:client` from 3.2025.03.03_16.01-8b9a25e24284 to 3.2025.03.07_13.21-bb112c97720d - [Release notes](https://github.com/navikt/common-java-modules/releases) - [Commits](https://github.com/navikt/common-java-modules/commits) Updates `no.nav.common:log` from 3.2025.03.03_16.01-8b9a25e24284 to 3.2025.03.07_13.21-bb112c97720d - [Release notes](https://github.com/navikt/common-java-modules/releases) - [Commits](https://github.com/navikt/common-java-modules/commits) --- updated-dependencies: - dependency-name: no.nav.common:token-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: no.nav.common:client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: no.nav.common:log 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 64e2d7a..7247f8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ val kompendium_version = "4.0.3" val logback_version = "1.5.17" val logstash_version = "8.0" val prometeus_version = "1.14.4" -val nav_common_version = "3.2025.03.03_16.01-8b9a25e24284" +val nav_common_version = "3.2025.03.07_13.21-bb112c97720d" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" val modia_common_utils_version = "1.2025.02.26-09.09-7de0cd38912e" val junit_version = "5.12.0"