Skip to content

Commit 23b8c85

Browse files
chore(deps): update plugin com.google.devtools.ksp to v2.3.5 (#2222)
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](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:com.google.devtools.ksp.gradle.plugin/2.3.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.4/2.3.5?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.3.5`](https://redirect.github.com/google/ksp/releases/tag/2.3.5) [Compare Source](https://redirect.github.com/google/ksp/compare/2.3.4...2.3.5) #### What's Changed - KSPCoreEnvironment.instance\_prop leaks memory when used programmatically [#&#8203;2742](https://redirect.github.com/google/ksp/issues/2742) - Missing first annotation argument when toByte is used [#&#8203;2672](https://redirect.github.com/google/ksp/issues/2672) - Remove dependency on KotlinCompile.libraries [#&#8203;2748](https://redirect.github.com/google/ksp/issues/2748) #### Contributors - Thanks to everyone who reported bugs and participated in discussions! **Full Changelog**: <google/ksp@2.3.4...2.3.5> </details> --- ### 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 778d590 commit 23b8c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
buildsrc.convention.`duplicate-versions`
1111

1212
kotlin("plugin.serialization")
13-
id("com.google.devtools.ksp") version "2.3.4"
13+
id("com.google.devtools.ksp") version "2.3.5"
1414

1515
// Code quality.
1616
id("io.gitlab.arturbosch.detekt")

0 commit comments

Comments
 (0)