Skip to content

Commit 28ef8e6

Browse files
chore(deps): update kotlin core dependencies
1 parent cd77a0b commit 28ef8e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/gradle-kotlin-dsl-multiproject/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.saveourtool.diktat.plugin.gradle.DiktatExtension
22
import com.saveourtool.diktat.plugin.gradle.DiktatGradlePlugin
33

44
plugins {
5-
kotlin("jvm") version "2.1.0"
5+
kotlin("jvm") version "2.1.20"
66
id("com.saveourtool.diktat") version "2.0.0" apply false
77
}
88

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.1.0"
3-
kotlin-ksp = "2.1.0-1.0.29"
2+
kotlin = "2.1.20"
3+
kotlin-ksp = "2.1.20-1.0.32"
44
serialization = "1.6.3"
55
ktlint = "1.5.0"
66
junit = "5.10.2"

0 commit comments

Comments
 (0)