From 7bd33202495a7c0f4e1b1dd10a67b1ea3cd50d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:56:32 +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 2.1.20-2.0.1 to 2.3.3. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.1.20-2.0.1...2.3.3) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d3bcc42..c6188bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ repositories { } dependencies { - implementation("com.google.devtools.ksp:symbol-processing-api:2.1.20-2.0.1") + implementation("com.google.devtools.ksp:symbol-processing-api:2.3.3") implementation("com.fab1an:kotlin-json-stream-serializer-annotations:2.0.1") implementation("com.squareup:kotlinpoet:2.1.0") implementation("com.fab1an:kotlin-json-stream:1.2.3")