Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 25912cd commit 6601179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "org.jetbrains.kotlin.jvm" version "2.1.0"
id "org.jetbrains.kotlin.jvm" version "2.1.10"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion example-data/kover-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion example-data/kover-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin_version=2.1.0
kotlin_version=2.1.10
kotest_version=5.9.1
strikt_version=0.35.1
wiremockVersion=2.32.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin_version=2.1.0
kotlin_version=2.1.10
kotest_version=5.9.1
spockVersion=2.3-groovy-3.0
strikt_version=0.35.1
Expand Down

0 comments on commit 6601179

Please sign in to comment.