Skip to content

Commit

Permalink
Merge pull request #124 from keiji/dependabot/gradle/com.google.devto…
Browse files Browse the repository at this point in the history
…ols.ksp-symbol-processing-api-2.1.0-1.0.29

Bump com.google.devtools.ksp:symbol-processing-api from 2.0.21-1.0.28 to 2.1.0-1.0.29
  • Loading branch information
keiji authored Dec 2, 2024
2 parents 268bb5b + b23fb41 commit a23ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlv-ksp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit a23ce63

Please sign in to comment.