From 2136354d3416d49d768f76415b2d888e467d96ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:44:33 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `no.nav.security:token-validation-spring` from 5.0.17 to 5.0.19 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](https://github.com/navikt/token-support/compare/5.0.17...5.0.19) Updates `io.mockk:mockk` from 1.13.16 to 1.13.17 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f3c1382..105e8a9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile -val mockkVersion = "1.13.16" +val mockkVersion = "1.13.17" val logstashVersion = "8.0" val testContainersVersion = "1.20.5" val springDocVersion = "2.8.5" -val tokenValidationVersion = "5.0.17" +val tokenValidationVersion = "5.0.19" val kotlinVersion = "2.1.10" repositories {