Skip to content

Commit 8bead59

Browse files
chore(deps): update plugin com.google.devtools.ksp to v2.3.0 (#412)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.2.20-2.0.4` -> `2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.2.20-2.0.4/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.3.0`](https://redirect.github.com/google/ksp/releases/tag/2.3.0) [Compare Source](https://redirect.github.com/google/ksp/compare/2.2.20-2.0.4...2.3.0) ##### What's Changed - KSP1 has been deprecated[ #&#8203;2657](https://redirect.github.com/google/ksp/pull/2657) - KSP is now independent of Kotlin Versions [#&#8203;2658](https://redirect.github.com/google/ksp/pull/2658) **Full Changelog**: <google/ksp@2.2.20-2.0.4...2.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), 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-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1b4e6c commit 8bead59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
kotlin("multiplatform") version "2.2.21"
77
kotlin("plugin.serialization") version "2.2.21"
88
id("io.kotest") version "6.0.4"
9-
id("com.google.devtools.ksp") version "2.2.20-2.0.4"
9+
id("com.google.devtools.ksp") version "2.3.0"
1010
distribution
1111
}
1212

0 commit comments

Comments
 (0)