From e0f1e86c2495483e070ef246a251b220c87cd0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:14:56 +0000 Subject: [PATCH] Bump no.nav.security:token-validation-ktor-v2 in the gradle group 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] --- 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"