build(deps): bump org.jetbrains.kotlin.plugin.serialization (#5)

Bumps [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arthur K. <me@wzray.com>
This commit is contained in:
dependabot[bot] 2025-02-02 15:35:05 +03:00 committed by GitHub
parent cee514b763
commit dabb61611b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ dagger-hilt = "2.55"
datastorePreferences = "1.1.2"
hilt-navigation-compose = "1.2.0"
kotlin = "2.1.10"
kotlin-serialization = "2.1.0"
kotlin-serialization = "2.1.10"
kotlinx-serialization-json = "1.8.0"
ksp = "2.1.0-1.0.29"
lifecycleRuntimeKtx = "2.8.7"