From f87052f9e8bf74928f3ec5caa91997d413dcf853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:02:22 +0000 Subject: [PATCH] Bump tokenSupportVersion from 4.1.8 to 5.0.16 Bumps `tokenSupportVersion` from 4.1.8 to 5.0.16. Updates `no.nav.security:token-client-spring` from 4.1.8 to 5.0.16 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.8...5.0.16) Updates `no.nav.security:token-validation-spring` from 4.1.8 to 5.0.16 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.8...5.0.16) Updates `no.nav.security:token-validation-spring-test` from 4.1.8 to 5.0.16 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.8...5.0.16) --- updated-dependencies: - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-major - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-major - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-major ... 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 ba9a5dd..0559a21 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { } } -val tokenSupportVersion = "4.1.8" +val tokenSupportVersion = "5.0.16" val logstashLogbackEncoderVersion = "8.0" val kotestVersion = "5.9.1" val springKotestExtensionVersion = "1.3.0"