From 3299983538843fd7a534bd3c37f4b0edb15024d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 10:49:20 -0400 Subject: [PATCH] Bump ksp from 1.9.0-1.0.13 to 1.9.10-1.0.13 (#260) Bumps `ksp` from 1.9.0-1.0.13 to 1.9.10-1.0.13. Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.0-1.0.13 to 1.9.10-1.0.13 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.0-1.0.13...1.9.10-1.0.13) Updates `com.google.devtools.ksp` from 1.9.0-1.0.13 to 1.9.10-1.0.13 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.9.0-1.0.13...1.9.10-1.0.13) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e44415d..32786bd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ auto-service = "1.1.1" kotlinpoet = "1.14.2" compileTesting = "1.5.0" incap = "1.0.0" -ksp = "1.9.0-1.0.13" +ksp = "1.9.10-1.0.13" [plugins] ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }