We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a8ef2 commit c05ef73Copy full SHA for c05ef73
samples/sample-spring-boot-echo-kotlin/build.gradle.kts
@@ -19,8 +19,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
19
plugins {
20
id("sdk.java-library")
21
id("sdk.spring-boot")
22
- kotlin("jvm") version "2.2.20"
23
- kotlin("plugin.spring") version "2.2.20"
+ kotlin("jvm") version "2.2.21"
+ kotlin("plugin.spring") version "2.2.21"
24
}
25
26
dependencies {
0 commit comments