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