From 6568877a1f28061c44d9bc5d13f2e0b52bf20cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 04:53:14 +0000 Subject: [PATCH] Bump nav_common_version Bumps `nav_common_version` from 3.2025.03.03_16.01-8b9a25e24284 to 3.2025.03.06_11.40-cbc2a0783de9. Updates `no.nav.common:token-client` from 3.2025.03.03_16.01-8b9a25e24284 to 3.2025.03.06_11.40-cbc2a0783de9 - [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.06_11.40-cbc2a0783de9 - [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.06_11.40-cbc2a0783de9 - [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..028239d 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.06_11.40-cbc2a0783de9" 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"