From 9e372375917ab4fb1deb896f6274e79d4cac3832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:04:17 +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.20-1.0.24 to 2.0.21-1.0.25. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-1.0.24...2.0.21-1.0.25) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-patch ... 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 1881f07..279670e 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.20-1.0.24" + implementation "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.25" testImplementation 'junit:junit:4.13.2' }