Skip to content

Commit

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

Bump com.google.devtools.ksp:symbol-processing-api from 2.0.21-1.0.25 to 2.0.21-1.0.27
  • Loading branch information
keiji authored Nov 12, 2024
2 parents 8e02d59 + b339b06 commit 92041c1
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.25"
implementation "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.27"

testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit 92041c1

Please sign in to comment.