Skip to content

Commit

Permalink
Update ksp monorepo to v2.1.10-1.0.31 (#1244)
Browse files Browse the repository at this point in the history
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.1.10-1.0.30` -> `2.1.10-1.0.31` |
|
[com.google.devtools.ksp:symbol-processing-gradle-plugin](https://goo.gle/ksp)
([source](https://redirect.github.com/google/ksp)) | dependencies |
patch | `2.1.10-1.0.30` -> `2.1.10-1.0.31` |

---

### Release Notes

<details>
<summary>google/ksp (com.google.devtools.ksp)</summary>

###
[`v2.1.10-1.0.31`](https://redirect.github.com/google/ksp/releases/tag/2.1.10-1.0.31)

[Compare
Source](https://redirect.github.com/google/ksp/compare/2.1.10-1.0.30...2.1.10-1.0.31)

##### Bug Fixes

- \[KSP2] KSPropertyDeclaration#type for typealias does not match its
declaration.
[#&#8203;2345](https://redirect.github.com/google/ksp/issues/2345)
- Incorrect isMutable on KSPropertyDeclaration from a JAVA_LIB in
2.1.10-1.0.30
[#&#8203;2346](https://redirect.github.com/google/ksp/issues/2346)
- KSP breaks compilation avoidance
[#&#8203;2347](https://redirect.github.com/google/ksp/issues/2347)

</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 these
updates again.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Feb 28, 2025
1 parent ec8a4e0 commit a45c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jna = "5.16.0"
kaml = "0.72.0"
kotlin = "2.1.10"
kotlinx-serialization = "1.8.0"
ksp = "2.1.10-1.0.30"
ksp = "2.1.10-1.0.31"
kotlinPoet = "2.1.0"
ktfmt = "0.54"
markdown = "0.31.0"
Expand Down

0 comments on commit a45c46a

Please sign in to comment.