Bump kotlin_version from 1.9.20 to 1.9.22

Bumps `kotlin_version` from 1.9.20 to 1.9.22.

Updates `org.jetbrains.kotlin.android` from 1.9.20 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.22)

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.20 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.22)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.9.20 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-03 00:08:41 +00:00 committed by GitHub
parent 787263c20a
commit 2d8a85ec4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ buildscript {
ext{
compile_sdk_version = 34
build_tool_version = '34.0.0'
kotlin_version = '1.9.20'
kotlin_version = '1.9.22'
ksp_version = "1.0.13"
agp_version = '8.2.0'
media3_version = "1.2.0"