Skip to content

Commit 038463b

Browse files
authored
Merge pull request #293 from cliq-ssh/renovate/kotlin-dependencies
Update Kotlin Dependencies to v2.3.10
2 parents 15262d9 + 53b268b commit 038463b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
22
// Kotlin
3-
kotlin("jvm") version "2.3.0"
4-
kotlin("plugin.spring") version "2.3.0"
5-
kotlin("plugin.jpa") version "2.3.0"
6-
kotlin("plugin.allopen") version "2.3.0"
3+
kotlin("jvm") version "2.3.10"
4+
kotlin("plugin.spring") version "2.3.10"
5+
kotlin("plugin.jpa") version "2.3.10"
6+
kotlin("plugin.allopen") version "2.3.10"
77

88
// Spring / Spring Boot
99
id("org.springframework.boot") version "4.0.2"

0 commit comments

Comments
 (0)