Skip to content

Commit fcc1127

Browse files
fix(deps): update dependency com.squareup:kotlinpoet-ksp to v2.1.0 (#1844)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.squareup:kotlinpoet-ksp](https://redirect.github.com/square/kotlinpoet) | `2.0.0` -> `2.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup:kotlinpoet-ksp/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup:kotlinpoet-ksp/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup:kotlinpoet-ksp/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup:kotlinpoet-ksp/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>square/kotlinpoet (com.squareup:kotlinpoet-ksp)</summary> ### [`v2.1.0`](https://redirect.github.com/square/kotlinpoet/releases/tag/2.1.0) [Compare Source](https://redirect.github.com/square/kotlinpoet/compare/2.0.0...2.1.0) Thanks to [@&#8203;ForteScarlet](https://redirect.github.com/ForteScarlet), [@&#8203;TrevorSStone](https://redirect.github.com/TrevorSStone), [@&#8203;RaoPrashanth](https://redirect.github.com/RaoPrashanth), [@&#8203;damianw](https://redirect.github.com/damianw), [@&#8203;ansehoon1999](https://redirect.github.com/ansehoon1999), [@&#8203;TheMrMilchmann](https://redirect.github.com/TheMrMilchmann) for contributing to this release. - New: Kotlin 2.1.10. - New: KSP 2.1.10-1.0.30. - Fix: Support delegates on anonymous classes. ([#&#8203;2034](https://redirect.github.com/square/kotlinpoet/issues/2034)) - Fix: Prevent aliased imports from colliding with existing imports. ([#&#8203;2052](https://redirect.github.com/square/kotlinpoet/issues/2052)) - Fix: `TypeName.MUTABLE_MAP_ENTRY` now correctly uses the `MutableEntry` nested class name. ([#&#8203;2061](https://redirect.github.com/square/kotlinpoet/issues/2061)) - Fix: Use the same aliased import for both the nullable and non-nullable versions of a type. ([#&#8203;2068](https://redirect.github.com/square/kotlinpoet/issues/2068)) - Fix: Allow zero methods in a functional interface if it has a superinterface. ([#&#8203;2075](https://redirect.github.com/square/kotlinpoet/issues/2075)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c411207 commit fcc1127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ plugins {
77
dependencies {
88
implementation("com.google.devtools.ksp:symbol-processing-api:2.1.10-1.0.30")
99
implementation("com.squareup:kotlinpoet:2.0.0")
10-
implementation("com.squareup:kotlinpoet-ksp:2.0.0")
10+
implementation("com.squareup:kotlinpoet-ksp:2.1.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
1212
}

0 commit comments

Comments
 (0)