From bab038f6af05c0a6cea9c7aea588922206fe88dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:00:19 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 1.8.10-1.0.9 to 1.9.21-1.0.15 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.10-1.0.9 to 1.9.21-1.0.15. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/1.8.10-1.0.9...1.9.21-1.0.15) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ea9447e..68c4d60 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ plugins { id 'dagger.hilt.android.plugin' id 'kotlin-kapt' id 'kotlin-parcelize' - id 'com.google.devtools.ksp' version '1.8.10-1.0.9' + id 'com.google.devtools.ksp' version '1.9.21-1.0.15' } def tagName = 'v1.3.0-beta'