Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v1.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 15, 2024
1 parent 9375ba0 commit 336cd9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:1.9.21"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
}
}
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=1.9.21
kotlin_version=1.9.23
kotest_version=5.8.1
strikt_version=0.34.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=1.9.22
kotlin_version=1.9.23
kotest_version=5.8.1
spockVersion=2.3-groovy-3.0
strikt_version=0.34.1
Expand Down

0 comments on commit 336cd9a

Please sign in to comment.