Skip to content

Commit 828cdc7

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.23
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.23. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.23) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d8fe21 commit 828cdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ktlint {
1818
}
1919

2020
dependencies {
21-
val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
21+
val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23"
2222
val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
2323
val detectPlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.5"
2424

0 commit comments

Comments
 (0)