From 13fb21d97176cbec477c63072eaa14f81e0195c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:59:25 +0000 Subject: [PATCH] Bump tokenSupportVersion from 3.2.0 to 4.1.5 Bumps `tokenSupportVersion` from 3.2.0 to 4.1.5. Updates `no.nav.security:token-validation-spring` from 3.2.0 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/3.2.0...4.1.5) Updates `no.nav.security:token-validation-spring-test` from 3.2.0 to 4.1.5 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/3.2.0...4.1.5) --- updated-dependencies: - 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 e08f2b7a..c0b241e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val apacheHttpClientVersion = "5.3.1" val junitJupiterVersion = "5.10.2" val kotlinJacksonVersion = "2.17.1" val flywayVersion = "9.22.3" -val tokenSupportVersion = "3.2.0" +val tokenSupportVersion = "4.1.5" val mockkVersion = "1.13.10" val springMockkVersion = "3.1.1" val confluent = "7.6.1"