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

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

---
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-08 08:15:18 +00:00 committed by Artem Chepurnyi
parent 7a453e1b0a
commit 1d3ae2e5b7
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.26" kspPlugin = "2.0.21-1.0.27"
# https://github.com/pinterest/ktlint/releases # https://github.com/pinterest/ktlint/releases
# @keep # @keep
ktlint = "0.50.0" ktlint = "0.50.0"