Skip to content

Commit 3586cdf

Browse files
committed
Update kotlin plugins version to 1.8.22
1 parent fbbe94f commit 3586cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/spring-boot-kotlin-redis/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
id("org.springframework.boot") version "2.7.10"
5-
kotlin("jvm") version "1.8.10"
6-
kotlin("plugin.spring") version "1.8.20"
5+
kotlin("jvm") version "1.8.22"
6+
kotlin("plugin.spring") version "1.8.22"
77
}
88

99
java.sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)