We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b614f26 commit f202d26Copy full SHA for f202d26
dusseldorf-ktor-testapp/build.gradle.kts
@@ -3,12 +3,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
4
val dusseldorfKtorVersion = "PLACEHOLDER"
5
val ktorVersion = ext.get("ktorVersion").toString()
6
-val junitJupiterVersion = "5.11.4"
+val junitJupiterVersion = "5.12.1"
7
8
val mainClass = "no.nav.AppKt"
9
10
plugins {
11
- kotlin("jvm") version "2.1.10"
+ kotlin("jvm") version "2.1.20"
12
id("com.github.johnrengelman.shadow") version "8.1.1"
13
}
14
0 commit comments