From 87241c2fcd019b926cb03973e3abb18222d4df15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:40:49 +0000 Subject: [PATCH] Bump com.google.devtools.ksp from 1.8.10-1.0.9 to 1.9.21-1.0.16 Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.10-1.0.9 to 1.9.21-1.0.16. - [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.16) --- 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..9d12b19 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.16' } def tagName = 'v1.3.0-beta'