From 2f91633a028c12819d84d63d7b861679f03a0140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:32:59 +0200 Subject: [PATCH] Bump tokenValidationVersion from 5.0.3 to 5.0.5 (#506) Bumps `tokenValidationVersion` from 5.0.3 to 5.0.5. Updates `no.nav.security:token-validation-spring` from 5.0.3 to 5.0.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.3...5.0.5) Updates `no.nav.security:token-validation-spring-test` from 5.0.3 to 5.0.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.3...5.0.5) --- updated-dependencies: - 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 37f0e7cd..aea78c4a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ allOpen { dependencies { val mockkVersion = "1.13.12" - val tokenValidationVersion = "5.0.3" + val tokenValidationVersion = "5.0.5" val springdocVersion = "2.6.0" val navFoedselsnummerVersion = "1.0-SNAPSHOT.6" val skattKontraktVersjon = "2.0_20230214104704_706e9c0"