Skip to content

Commit

Permalink
build(deps): bump com.google.devtools.ksp:symbol-processing-api
Browse files Browse the repository at this point in the history
Bumps [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) from 1.9.10-1.0.13 to 1.9.24-1.0.20.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...1.9.24-1.0.20)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent fcd8a82 commit 815a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kotlin/bestbefore-processor-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
apply from: "${rootDir}/gradle/publish.gradle"

dependencies {
implementation 'com.google.devtools.ksp:symbol-processing-api:1.9.10-1.0.13'
implementation 'com.google.devtools.ksp:symbol-processing-api:1.9.24-1.0.20'
implementation 'com.google.auto.service:auto-service-annotations:1.1.1'
ksp 'dev.zacsweers.autoservice:auto-service-ksp:1.1.0'
}

0 comments on commit 815a8aa

Please sign in to comment.