We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579defa commit e42078cCopy full SHA for e42078c
build.gradle.kts
@@ -10,7 +10,7 @@ val mockWebServerVersion = "4.12.0"
10
val jacksonVersion = "2.19.0"
11
val nettyVersion = "4.2.1.Final"
12
val junitJupiterVersion = "5.12.2"
13
-val kotlinVersion = "2.1.20"
+val kotlinVersion = "2.1.21"
14
val freemarkerVersion = "2.3.34"
15
val kotestVersion = "5.9.1"
16
val bouncyCastleVersion = "1.80"
@@ -24,7 +24,7 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
24
25
plugins {
26
application
27
- kotlin("jvm") version "2.1.20"
+ kotlin("jvm") version "2.1.21"
28
id("se.patrikerdes.use-latest-versions") version "0.2.18"
29
id("com.github.ben-manes.versions") version "0.52.0"
30
id("org.jmailen.kotlinter") version "5.0.2"
0 commit comments