From cd7c79ff82ebad7122cced48770c777c2fd0be3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:02:58 +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 1.9.22-1.0.18 to 1.9.23-1.0.19. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/commits/1.9.23-1.0.19) --- 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 04c8cac..561db25 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:1.9.22-1.0.18" + implementation "com.google.devtools.ksp:symbol-processing-api:1.9.23-1.0.19" testImplementation 'junit:junit:4.13.2' }