From bdf72da9d10bf1b80e985f255523f1bd5c19cbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:18:25 +0000 Subject: [PATCH] build(deps): bump ksp from 2.0.20-1.0.25 to 2.0.21-1.0.27 Bumps `ksp` from 2.0.20-1.0.25 to 2.0.21-1.0.27. Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.20-1.0.25 to 2.0.21-1.0.27 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-1.0.25...2.0.21-1.0.27) Updates `com.google.devtools.ksp` from 2.0.20-1.0.25 to 2.0.21-1.0.27 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-1.0.25...2.0.21-1.0.27) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bfec9e243..df6b6d632 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ ktor = "2.3.12" slf4j = "2.0.16" # https://kotlinlang.org/docs/ksp-quickstart.html # https://github.com/google/ksp -ksp = "2.0.20-1.0.25" +ksp = "2.0.21-1.0.27" # https://square.github.io/kotlinpoet/ kotlinPoet = "1.18.1" # https://github.com/Kotlin/kotlinx-benchmark