From b58dddf2ff1986d4bf93e0f361b29eff0ca0312f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:20:01 +0000 Subject: [PATCH] Bump com.google.devtools.ksp:symbol-processing-api Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 1.9.23-1.0.19 to 1.9.23-1.0.20. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.23-1.0.19...1.9.23-1.0.20) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- annotation-processors/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation-processors/build.gradle.kts b/annotation-processors/build.gradle.kts index c689c5dc8..f0a2d3b68 100644 --- a/annotation-processors/build.gradle.kts +++ b/annotation-processors/build.gradle.kts @@ -21,7 +21,7 @@ repositories { } dependencies { - compileOnly("com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.19") + compileOnly("com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.20") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:$kotlinxSerializationVersion") { // kotlin stdlib is provided by IJ, so there is no need to include it into the distribution exclude("org.jetbrains.kotlin", "kotlin-stdlib")