From 0e2f01bef40f610d416b03cc971bbe9ba1155168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:04:10 +0200 Subject: [PATCH] Bump no.nav.security:mock-oauth2-server in the gradle group (#279) Bumps the gradle group with 1 update: [no.nav.security:mock-oauth2-server](https://github.com/navikt/mock-oauth2-server). Updates `no.nav.security:mock-oauth2-server` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/navikt/mock-oauth2-server/releases) - [Commits](https://github.com/navikt/mock-oauth2-server/compare/2.1.4...2.1.5) --- updated-dependencies: - dependency-name: no.nav.security:mock-oauth2-server 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 338e910..ee9dc18 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ val imageIOVersion = "3.10.1" val jsonassertVersion = "1.5.1" val fuelVersion = "2.3.1" val tokenSupportVersion = "4.1.4" -val mockOauth2ServerVersion = "2.1.4" +val mockOauth2ServerVersion = "2.1.5" val mainClass = "no.nav.helse.K9JoarkKt"