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