From 303d2eb2d6fb118268b9c4c31c5b1580e1bf4119 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Sun, 17 Nov 2024 00:06:43 -0800 Subject: [PATCH] Update ksp to v2.0.21-1.0.28 (#1804) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | plugin | patch | `2.0.21-1.0.27` -> `2.0.21-1.0.28` | | [com.google.devtools.ksp:symbol-processing-api](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | dependencies | patch | `2.0.21-1.0.27` -> `2.0.21-1.0.28` | | [com.google.devtools.ksp:symbol-processing](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | dependencies | patch | `2.0.21-1.0.27` -> `2.0.21-1.0.28` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
google/ksp (com.google.devtools.ksp) ### [`v2.0.21-1.0.28`](https://redirect.github.com/google/ksp/releases/tag/2.0.21-1.0.28) [Compare Source](https://redirect.github.com/google/ksp/compare/2.0.21-1.0.27...2.0.21-1.0.28) ##### Updates - \[KSP2] Running from command line never finishes [#​2176](https://redirect.github.com/google/ksp/issues/2176) - Introduce KspAATask.commandLineArgumentProviders [#​2201](https://redirect.github.com/google/ksp/issues/2201) ##### Contributors Thanks to [@​GeorgCantor](https://redirect.github.com/GeorgCantor) and everyone who reported bugs and participated in discussions!
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ba2641795..0b463cfb3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ kotlinInject-anvil = "0.1.0" kotlinpoet = "2.0.0" kotlinx-coroutines = "1.9.0" kotlinx-serialization = "1.7.3" -ksp = "2.0.21-1.0.27" +ksp = "2.0.21-1.0.28" ktfmt = "0.53" ktor = "3.0.1" leakcanary = "2.14"