From 2fb55f245c34b08795fa6bd4696e5416fd9fcef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:12:49 +0000 Subject: [PATCH] Bump tokenSupportVersion from 4.1.5 to 4.1.7 Bumps `tokenSupportVersion` from 4.1.5 to 4.1.7. Updates `no.nav.security:token-client-spring` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.5...4.1.7) Updates `no.nav.security:token-validation-spring` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.5...4.1.7) Updates `no.nav.security:token-validation-spring-test` from 4.1.5 to 4.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.5...4.1.7) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 62beefd..56ae92f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } val testContainersVersion = "1.19.0" -val tokenSupportVersion = "4.1.5" +val tokenSupportVersion = "4.1.7" val logstashLogbackEncoderVersion = "7.4" val kluentVersion = "1.73" val inntektsmeldingKontraktVersion = "2023.09.21-02-30-3f310"