Skip to content

Commit 96e8932

Browse files
Update Kotlin core dependencies to v2.2.20
1 parent 9ab4f22 commit 96e8932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
// this hack prevents the following bug: https://github.com/gradle/gradle/issues/9770
11-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
11+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20")
1212

1313
implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
1414
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8")

buildSrc/src/main/kotlin/com/akuleshov7/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
)
66

77
object Versions {
8-
const val KOTLIN = "2.2.0"
8+
const val KOTLIN = "2.2.20"
99
const val JUNIT = "5.7.1"
1010
const val OKIO = "3.16.0"
1111
const val SERIALIZATION = "1.9.0"

0 commit comments

Comments
 (0)