Skip to content

Commit c06d1a7

Browse files
Bump org.jetbrains.kotlin.jvm from 1.9.22 to 1.9.23 in /examples (#571)
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.22 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.22...v1.9.23) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf6cc78 commit c06d1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[plugins]
22
android-application = { id = "com.android.application", version = "8.3.0" }
33
android-library = { id = "com.android.library", version = "8.3.0" }
4-
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.22" }
4+
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.23" }
55
kotlin-android = { id = "org.jetbrains.kotlin.android", version = "1.9.22" }
66
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
77
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }

0 commit comments

Comments
 (0)