From 57a80004dbeb7fb674a3b8c388a6504e37381ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:11:08 +0100 Subject: [PATCH] Bump tokenSupportVersion from 5.0.13 to 5.0.14 (#100) Bumps `tokenSupportVersion` from 5.0.13 to 5.0.14. Updates `no.nav.security:token-client-spring` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.13...5.0.14) Updates `no.nav.security:token-validation-spring` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.13...5.0.14) Updates `no.nav.security:token-validation-spring-test` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.13...5.0.14) --- updated-dependencies: - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4db9b17..0d02f60 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } val testContainersVersion = "1.19.0" -val tokenSupportVersion = "5.0.13" +val tokenSupportVersion = "5.0.14" val logstashLogbackEncoderVersion = "7.4" val kluentVersion = "1.73" val inntektsmeldingKontraktVersion = "2023.09.21-02-30-3f310"