Skip to content

Commit 24206d1

Browse files
renovate[bot]sagarwal
andauthored
Update dependency com.google.devtools.ksp to v2.2.20-2.0.2 (#5613)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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.10-2.0.2` -> `2.2.20-2.0.3` | [![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.3?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.10-2.0.2/2.2.20-2.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.2.20-2.0.3`](https://redirect.github.com/google/ksp/releases/tag/2.2.20-2.0.3) [Compare Source](https://redirect.github.com/google/ksp/compare/2.2.20-2.0.2...2.2.20-2.0.3) #### What's Changed - Removed usages of deprecated KGP ApiVersion - [#&#8203;2400](https://redirect.github.com/google/ksp/issues/2400) - Android integration for KSP has moved on to the new Variant API - [#&#8203;2250](https://redirect.github.com/google/ksp/issues/2250) - Runtime warning was added for projects that opt out of KSP2 - [#&#8203;2538](https://redirect.github.com/google/ksp/issues/2538) - AGP version against which KSP is compiled has been upgraded - [#&#8203;2552](https://redirect.github.com/google/ksp/issues/2552) #### Contributors Thanks to everyone who reported bugs and participated in discussions! Full Changelog: <google/ksp@2.1.21-2.0.2...2.2.20-2.0.3> ### [`v2.2.20-2.0.2`](https://redirect.github.com/google/ksp/releases/tag/2.2.20-2.0.2) [Compare Source](https://redirect.github.com/google/ksp/compare/2.2.10-2.0.2...2.2.20-2.0.2) #### What's Changed - Kotlin version: 2.2.20 by [@&#8203;mkmuir0](https://redirect.github.com/mkmuir0) in [#&#8203;2590](https://redirect.github.com/google/ksp/pull/2590) **Full Changelog**: <google/ksp@2.2.20-RC2-2.0.2...2.2.20-2.0.2> </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 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/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent 20f910f commit 24206d1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Bump AndroidX ViewModel to v2.9.4
1717
- Bump Lottie Compose to v6.6.9
1818
- Bump Gson to v2.13.2
19+
- Bump KSP to v2.2.20-2.0.2
1920

2021
### Changes
2122

@@ -26,8 +27,6 @@
2627
### Internal
2728
- Bump AGP to v8.13.0
2829
- Bump Lint to v31.13.0
29-
- Bump Kotlin to v2.2.0
30-
- Bump KSP to v2.2.0-2.0.2
3130
- Bump dagger to v2.57.1
3231
- Bump okhttp to v5.1.0
3332
- Bump retrofit to v3.0.0

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dagger = "2.57.1"
1616

1717
kotlin = "2.2.20"
1818

19-
ksp = "2.2.10-2.0.2"
19+
ksp = "2.2.20-2.0.2"
2020

2121
ktlint = "0.36.0"
2222

0 commit comments

Comments
 (0)