From 23842805ee098fb00cfd72c438f283fd72604d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 05:08:16 +0000 Subject: [PATCH] Bump nav_common_version Bumps `nav_common_version` from 3.2024.11.26_16.35-432a29107830 to 3.2025.01.14_14.19-79b3041cae56. Updates `no.nav.common:token-client` from 3.2024.11.26_16.35-432a29107830 to 3.2025.01.14_14.19-79b3041cae56 - [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.2024.11.26_16.35-432a29107830 to 3.2025.01.14_14.19-79b3041cae56 - [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.2024.11.26_16.35-432a29107830 to 3.2025.01.14_14.19-79b3041cae56 - [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-minor - dependency-name: no.nav.common:client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: no.nav.common:log 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 97c8e65..0b1218a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ val kompendium_version = "4.0.3" val logback_version = "1.5.16" val logstash_version = "8.0" val prometeus_version = "1.14.3" -val nav_common_version = "3.2024.11.26_16.35-432a29107830" +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 junit_version = "5.11.4"