Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 958164d

Browse files
committed
Updated the project to Kotlin 1.2.30
1 parent b858d49 commit 958164d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hello-spring-boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group = "com.spring.boot"
44
version = "1.0.0-SNAPSHOT"
55

66
plugins {
7-
val kotlinVersion = "1.2.21"
7+
val kotlinVersion = "1.2.30"
88
id("org.springframework.boot") version "2.0.0.RELEASE"
99
kotlin("jvm") version kotlinVersion
1010
kotlin("plugin.spring") version kotlinVersion

0 commit comments

Comments
 (0)