From dcfb868e616c77ed0636be82b4dba90e75a265e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 04:46:43 +0000 Subject: [PATCH] Bump no.nav.security:token-validation-ktor-v2 from 4.1.0 to 4.1.3 Bumps [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) from 4.1.0 to 4.1.3. - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/4.1.0...4.1.3) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-ktor-v2 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 a93e5d9d..94cc548e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ val ojdbc8Version = "19.3.0.0" val postgresVersion = "42.7.1" val swaggerVersion = "5.10.3" // Husk å endre versjonen også i SwaggerUi.kt val tjenestespecVersion = "2618.0448179" -val tokenValidationVersion = "4.1.0" +val tokenValidationVersion = "4.1.3" val vaultJdbcVersion = "1.3.10" val vaultVersion = "5.1.0"