Skip to content

Commit 778d590

Browse files
fix(deps): update dependency com.google.devtools.ksp:symbol-processing-api to v2.3.5 (#2221)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.devtools.ksp:symbol-processing-api](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.3.4` → `2.3.5` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:symbol-processing-api/2.3.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:symbol-processing-api/2.3.4/2.3.5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a23ade0 commit 778d590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.4")
8+
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.5")
99
implementation("com.squareup:kotlinpoet:2.2.0")
1010
implementation("com.squareup:kotlinpoet-ksp:2.2.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")

0 commit comments

Comments
 (0)