From b23fb4185ea1dbd3aea07a526c0d0d9a57301dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:41:30 +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.0.21-1.0.28 to 2.1.0-1.0.29. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.28...2.1.0-1.0.29) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tlv-ksp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlv-ksp/build.gradle b/tlv-ksp/build.gradle index 44949a6..47f9c6b 100644 --- a/tlv-ksp/build.gradle +++ b/tlv-ksp/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation project(path: ':tlv') - implementation "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.28" + implementation "com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29" testImplementation 'junit:junit:4.13.2' }