chore(deps): update plugin google-ksp to v2.0.20-1.0.25 (#4658)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.devtools.ksp](https://goo.gle/ksp)
([source](https://redirect.github.com/google/ksp)) | `2.0.20-1.0.24` ->
`2.0.20-1.0.25` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp/2.0.20-1.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.devtools.ksp/2.0.20-1.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.devtools.ksp/2.0.20-1.0.24/2.0.20-1.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp/2.0.20-1.0.24/2.0.20-1.0.25?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>google/ksp (com.google.devtools.ksp)</summary>

###
[`v2.0.20-1.0.25`](https://redirect.github.com/google/ksp/releases/tag/2.0.20-1.0.25)

[Compare
Source](https://redirect.github.com/google/ksp/compare/2.0.20-1.0.24...2.0.20-1.0.25)

#### Bugs Fixed

Inlined JVM name is not correct
[#&#8203;1493](https://redirect.github.com/google/ksp/issues/1493)
\[KSP2] NullPointerException when getting name of nested annotation
[#&#8203;1963](https://redirect.github.com/google/ksp/issues/1963)
\[KSP2] The status was unresolved for FirSimpleFunctionImpl
[#&#8203;1938](https://redirect.github.com/google/ksp/issues/1938)
\[KSP2] Class values in type annotations get resolved to error type
[#&#8203;1933](https://redirect.github.com/google/ksp/issues/1933)
\[KSP2] Comparing KSType leads to exception
[#&#8203;1918](https://redirect.github.com/google/ksp/issues/1918)
\[KSP2] Can't find values in repeatable annotations
[#&#8203;1883](https://redirect.github.com/google/ksp/issues/1883)
incremental: aggregating outputs should always be invalidated
[#&#8203;2027](https://redirect.github.com/google/ksp/issues/2027)
\[KSP2] Not yet implemented: KSValueArgumentLiteImpl.getLocation
[#&#8203;2048](https://redirect.github.com/google/ksp/issues/2048)
\[KSP2] Not yet implemented: KSValueArgumentImpl.getParent
[#&#8203;2049](https://redirect.github.com/google/ksp/issues/2049)
getSymbolsWithAnnotation returns copy function from data class
[#&#8203;1996](https://redirect.github.com/google/ksp/issues/1996)
\[KSP2] Annotations got use-site target when there are none specified
[#&#8203;1882](https://redirect.github.com/google/ksp/issues/1882)
getting null pointer exception
[#&#8203;1929](https://redirect.github.com/google/ksp/issues/1929)
\[KSP2] Calling getDeclarationsInSourceOrder throws
KotlinIllegalStateExceptionWithAttachments
[#&#8203;1930](https://redirect.github.com/google/ksp/issues/1930)
\[KSP2] A failure occurred while executing
com.google.devtools.ksp.gradle.KspAAWorkerAction
[#&#8203;1941](https://redirect.github.com/google/ksp/issues/1941)
KSP2: Resolver.getJvmNames doesn't work for inline and internal classes
[#&#8203;1640](https://redirect.github.com/google/ksp/issues/1640)
kspCaches don't work together with Gradle build cache
[#&#8203;2042](https://redirect.github.com/google/ksp/issues/2042)

#### Contributors

Thank you so much! [@&#8203;ansman](https://redirect.github.com/ansman),
[@&#8203;kuanyingchou](https://redirect.github.com/kuanyingchou)

**Full Changelog**:
https://github.com/google/ksp/compare/2.0.20-1.0.24...2.0.20-1.0.25

</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/tuskyapp/Tusky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-09 18:20:23 +02:00 committed by GitHub
parent b5a399034b
commit 2e3db935a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 46 additions and 1 deletions

View File

@ -56,7 +56,7 @@ xmlwriter = "1.0.4"
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
google-ksp = "com.google.devtools.ksp:2.0.20-1.0.24"
google-ksp = "com.google.devtools.ksp:2.0.20-1.0.25"
hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

View File

@ -6018,6 +6018,11 @@
<sha256 value="87c29021ae0ae530f8172061ba407dcc3bd20f9fb83532a7026e0a378befb572" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="com.google.devtools.ksp.gradle.plugin" version="2.0.20-1.0.25">
<artifact name="com.google.devtools.ksp.gradle.plugin-2.0.20-1.0.25.pom">
<sha256 value="cb3510768e58bfdb50aadd895dfe6307a5cf0476e5659db6d584581c1481bb2f" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing" version="2.0.0-1.0.22">
<artifact name="symbol-processing-2.0.0-1.0.22.jar">
<sha256 value="84f37b2e285cde853e1d9cf1307766641b8bf9e411e264d736d4381e97e1316d" origin="Generated by Gradle"/>
@ -6058,6 +6063,14 @@
<sha256 value="a9814f96e1af71b2af4c54377b9804872e8dc440d3adc91bb6cbcc10d3aad9a0" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing" version="2.0.20-1.0.25">
<artifact name="symbol-processing-2.0.20-1.0.25.jar">
<sha256 value="e71741ea913426a52532721991bda4a918a189b37256957331dc30fcf2dbeb11" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-2.0.20-1.0.25.pom">
<sha256 value="d92ed489c77377d7c4683b9f96579a36341cfc47f3c25274f79bf378c62bd2a5" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-api" version="1.9.0-1.0.13">
<artifact name="symbol-processing-api-1.9.0-1.0.13.module">
<sha256 value="7bf557c8c69d638cd03eee46df4e0e2a9c6b26851383fa581c541dfd2eabfe1a" origin="Generated by Gradle"/>
@ -6124,6 +6137,14 @@
<sha256 value="65fe1c2eb26899390b1018808dda05e9d88aec4bed37f715b1f5b4677d16f2e9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-api" version="2.0.20-1.0.25">
<artifact name="symbol-processing-api-2.0.20-1.0.25.jar">
<sha256 value="bdd3a3e76ee21c958e0f2a62d717cc61665e6f5a0b141eff00e056eb9f58d8fe" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-api-2.0.20-1.0.25.module">
<sha256 value="5d7043218cdf26359bdfec4ba678aed794baaad4a7e040344d33a2ed928847ee" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-cmdline" version="2.0.0-1.0.22">
<artifact name="symbol-processing-cmdline-2.0.0-1.0.22.jar">
<sha256 value="9961400fb672e895e1c98963d493202207fd9918e38b3be27262be8b63e02d1d" origin="Generated by Gradle"/>
@ -6164,6 +6185,14 @@
<sha256 value="a297b66b13d118db54938a28fefe757b7cf5fa6d1bfe6c9e60040027c140751a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-cmdline" version="2.0.20-1.0.25">
<artifact name="symbol-processing-cmdline-2.0.20-1.0.25.jar">
<sha256 value="56dae1c971eee8b0ecf970223b79e2724596d62e25d36410aaab2ec242cc6622" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-cmdline-2.0.20-1.0.25.pom">
<sha256 value="61dda1c62eaaafe0a595ae4a1f2eaae76160247435014d74cef7a3ebefb34597" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-common-deps" version="2.0.0-1.0.22">
<artifact name="symbol-processing-common-deps-2.0.0-1.0.22.jar">
<sha256 value="9109a3cf75c157cda8e81a04da064fbe19d64e5844695d1a4ef357ce507ac28d" origin="Generated by Gradle"/>
@ -6204,6 +6233,14 @@
<sha256 value="95987a8aba64d442c13af9dc0aa41befa33f3e0f13970b86817e4b1f4e7393ab" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-common-deps" version="2.0.20-1.0.25">
<artifact name="symbol-processing-common-deps-2.0.20-1.0.25.jar">
<sha256 value="6c2972d213dabb64ba8dd8c14711c9034c13aa3cecf58f5ec8a8dce34bd4a4f0" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-common-deps-2.0.20-1.0.25.module">
<sha256 value="439c5490938285135f6d57729505129d68b1869d2954c54a4340273267d7b0e4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-gradle-plugin" version="2.0.0-1.0.22">
<artifact name="symbol-processing-gradle-plugin-2.0.0-1.0.22.jar">
<sha256 value="aa04d695caafd2ee1a1a061ae520a44e17594d5cce212c23337c6d1c52893988" origin="Generated by Gradle"/>
@ -6244,6 +6281,14 @@
<sha256 value="beb5e06bb431d4bcaa9d39849803eb6152cd57418b6bb70f401a7a67dc390ec5" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.devtools.ksp" name="symbol-processing-gradle-plugin" version="2.0.20-1.0.25">
<artifact name="symbol-processing-gradle-plugin-2.0.20-1.0.25.jar">
<sha256 value="4ce1fc1b6ea08c4eadc630768d608a624f556d65b056bea0f7b9789018105a41" origin="Generated by Gradle"/>
</artifact>
<artifact name="symbol-processing-gradle-plugin-2.0.20-1.0.25.module">
<sha256 value="fa02c4fd461f8a8c3b8f6a36eb9cd0416c9244183ad66d5cd9e205b08775559b" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google.errorprone" name="error_prone_annotation" version="2.19.1">
<artifact name="error_prone_annotation-2.19.1.jar">
<sha256 value="38c45cdaf993a7df6697703ca6ee00acbe376d3dade8d44daac3e33f039ca516" origin="Generated by Gradle"/>