Skip to content

Commit ca10d1b

Browse files
chore(deps): update dependency com.google.devtools.ksp to v2.2.20-2.0.4 (#613)
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.3` -> `2.2.20-2.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.2.20-2.0.4?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.3/2.2.20-2.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.2.20-2.0.4`](https://redirect.github.com/google/ksp/releases/tag/2.2.20-2.0.4) [Compare Source](https://redirect.github.com/google/ksp/compare/2.2.20-2.0.3...2.2.20-2.0.4) #### What's Changed - Unable to build on AGP 8.11.1 using KSP 2.2.20-2.0.3 due to class cast exception [#&#8203;2614](https://redirect.github.com/google/ksp/issues/2614) - Resolver#getJvmCheckedException(KSPropertyAccessor) throws IllegalArgumentException [#&#8203;2548](https://redirect.github.com/google/ksp/issues/2548) - ClassCastException when building with 2.2.20-2.0.3 [#&#8203;2598](https://redirect.github.com/google/ksp/issues/2598) - Replace KaFirStopWorldCacheCleaner with no-op implementation [#&#8203;2626](https://redirect.github.com/google/ksp/issues/2626) #### Contributors Thanks to everyone who reported bugs and participated in discussions! **Full Changelog**: <google/ksp@2.2.20-2.0.3...2.2.20-2.0.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/EmergeTools/hackernews). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1f9d35 commit ca10d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.11.1"
33
kotlin = "2.2.20"
4-
ksp = "2.2.20-2.0.3"
4+
ksp = "2.2.20-2.0.4"
55
coreKtx = "1.17.0"
66
junit = "4.13.2"
77
junitVersion = "1.1.5" # This is to match Compose's version

0 commit comments

Comments
 (0)