From a8c4564c7db7d7b1a60ec2f24bde5965152852a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:40:32 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... 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 6c72db6d..955b3567 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ val mockWebServerVersion = "4.12.0" val jacksonVersion = "2.17.1" val nettyVersion = "4.1.109.Final" val junitJupiterVersion = "5.10.2" -val kotlinVersion = "1.9.24" +val kotlinVersion = "2.0.0" val freemarkerVersion = "2.3.32" val kotestVersion = "5.9.0" val bouncyCastleVersion = "1.78.1" @@ -23,7 +23,7 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt" plugins { application - kotlin("jvm") version "1.9.24" + kotlin("jvm") version "2.0.0" id("se.patrikerdes.use-latest-versions") version "0.2.18" id("com.github.ben-manes.versions") version "0.51.0" id("org.jmailen.kotlinter") version "4.3.0"