Skip to content

Commit 29b2ce0

Browse files
Merge pull request #4719 from netology-code/dependabot/gradle/04_recycler/server/kotlinVersion-2.3.0
2 parents 9d39531 + c77b6a5 commit 29b2ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_recycler/server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("org.springframework.boot") version "4.0.1"
33
id("io.spring.dependency-management") version "1.1.7"
4-
val kotlinVersion = "2.2.21"
4+
val kotlinVersion = "2.3.0"
55
id("org.jetbrains.kotlin.plugin.jpa") version kotlinVersion
66
kotlin("jvm") version kotlinVersion
77
kotlin("plugin.spring") version kotlinVersion

0 commit comments

Comments
 (0)