Skip to content

Commit

Permalink
build(deps): Bump kotlin from 1.8.21 to 1.9.23
Browse files Browse the repository at this point in the history
Bumps `kotlin` from 1.8.21 to 1.9.23.

Updates `org.jetbrains.kotlin:atomicfu` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin:kotlinx-atomicfu-runtime` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin:kotlin-parcelize-runtime` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin-api` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin.jvm` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin.android` from 1.8.21 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.8.21...v1.9.23)

Updates `org.jetbrains.kotlin.multiplatform` from 1.8.21 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.8.21...v1.9.23)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:atomicfu
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlinx-atomicfu-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-parcelize-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent aac0f6b commit dcfff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlinLangVersion = "1.7"

# https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
# WARN: Don't forget to update kotlin version badge in ../README.md
kotlin = "1.8.21"
kotlin = "1.9.23"

# https://github.com/google/ksp/releases
ksp = "1.8.21-1.0.11"
Expand Down

0 comments on commit dcfff59

Please sign in to comment.