From 0eac2e63aeee0ec7ce1cdede394464ca5baee4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:04:27 +0000 Subject: [PATCH] Bump tokenSupportVersion from 5.0.2 to 5.0.3 (#76) Bumps `tokenSupportVersion` from 5.0.2 to 5.0.3. Updates `no.nav.security:token-client-spring` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.2...5.0.3) Updates `no.nav.security:token-validation-spring` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.2...5.0.3) Updates `no.nav.security:token-validation-spring-test` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.2...5.0.3) --- 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] 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 6611b17..85253dc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ repositories { } val testContainersVersion = "1.19.0" -val tokenSupportVersion = "5.0.2" +val tokenSupportVersion = "5.0.3" val logstashLogbackEncoderVersion = "7.4" val kluentVersion = "1.73" val inntektsmeldingKontraktVersion = "2023.09.21-02-30-3f310"