build(deps): Bump com.google.devtools.ksp

Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.21-1.0.27 to 2.0.21-1.0.28.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.27...2.0.21-1.0.28)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  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-11-18 08:32:03 +00:00 committed by Artem Chepurnyi
parent a27364571c
commit 464cbaad4a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ kotlinDsl = "4.3.0"
# https://github.com/Kotlin/kotlinx.serialization # https://github.com/Kotlin/kotlinx.serialization
kotlinSerialization = "1.7.3" kotlinSerialization = "1.7.3"
# https://github.com/google/ksp/releases # https://github.com/google/ksp/releases
kspPlugin = "2.0.21-1.0.27" kspPlugin = "2.0.21-1.0.28"
# https://github.com/pinterest/ktlint/releases # https://github.com/pinterest/ktlint/releases
# @keep # @keep
ktlint = "0.50.0" ktlint = "0.50.0"