Skip to content

Commit c05ef73

Browse files
chore(deps): update kotlin monorepo to v2.2.21
1 parent 39a8ef2 commit c05ef73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/sample-spring-boot-echo-kotlin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1919
plugins {
2020
id("sdk.java-library")
2121
id("sdk.spring-boot")
22-
kotlin("jvm") version "2.2.20"
23-
kotlin("plugin.spring") version "2.2.20"
22+
kotlin("jvm") version "2.2.21"
23+
kotlin("plugin.spring") version "2.2.21"
2424
}
2525

2626
dependencies {

0 commit comments

Comments
 (0)