Skip to content

Commit abb4ede

Browse files
Update kotlin monorepo to v1.9.0 (#1023)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e5d927 commit abb4ede

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
@@ -17,8 +17,8 @@
1717
plugins {
1818
id("sdk.java-library")
1919
id("sdk.spring-boot")
20-
kotlin("jvm") version "1.8.22"
21-
kotlin("plugin.spring") version "1.8.22"
20+
kotlin("jvm") version "1.9.0"
21+
kotlin("plugin.spring") version "1.9.0"
2222
}
2323

2424
dependencies {

0 commit comments

Comments
 (0)