From e7a0be997c9d7b2a9efede5865a98e4584cd25be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:41:23 +0000 Subject: [PATCH] Bump tokenSupportVersion from 4.1.8 to 5.0.4 Bumps `tokenSupportVersion` from 4.1.8 to 5.0.4. Updates `no.nav.security:token-client-spring` from 4.1.8 to 5.0.4 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.8...5.0.4) Updates `no.nav.security:token-validation-spring` from 4.1.8 to 5.0.4 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.8...5.0.4) Updates `no.nav.security:token-validation-spring-test` from 4.1.8 to 5.0.4 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.8...5.0.4) --- 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 147bf7a..612014b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ repositories { } } -val tokenSupportVersion = "4.1.8" +val tokenSupportVersion = "5.0.4" val mockkVersion = "1.13.12" val kotestVersion = "5.9.1" val wiremockVersion = "3.9.1"