From 841d129f33482c8e32c2de70676abe9a610adbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:25:51 +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.25 to 2.0.21-1.0.26. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.25...2.0.21-1.0.26) --- 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 d2c6c99..16c8367 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.25" + implementation "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.26" testImplementation 'junit:junit:4.13.2' }