From 27c30bc43d97e253005ea597257747bd859818dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:53:02 +0200 Subject: [PATCH] Bump no.nav.security:token-validation-ktor-v2 in the gradle group (#283) Bumps the gradle group with 1 update: [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support). Updates `no.nav.security:token-validation-ktor-v2` 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-validation-ktor-v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... 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 2029e4b..fa01061 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val pdfBoxVersion = "3.0.2" val imageIOVersion = "3.10.1" val jsonassertVersion = "1.5.1" val fuelVersion = "2.3.1" -val tokenSupportVersion = "4.1.5" +val tokenSupportVersion = "4.1.7" val mockOauth2ServerVersion = "2.1.5" val mainClass = "no.nav.helse.K9JoarkKt"