From 0bc227b0f34dd6c2cdeadd72d7b3ba306f0e0d58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:25:24 +0200 Subject: [PATCH] chore(deps): update kotlin (#4719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.25` -> `2.0.21-1.0.25` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp/2.0.21-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.21-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.25/2.0.21-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.25/2.0.21-1.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.plugin.parcelize | `2.0.20` -> `2.0.21` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.20/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.plugin.parcelize/2.0.20/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | org.jetbrains.kotlin.android | `2.0.20` -> `2.0.21` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlin.android/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlin.android/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlin.android/2.0.20/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlin.android/2.0.20/2.0.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/ksp (com.google.devtools.ksp) ### [`v2.0.21-1.0.25`](https://redirect.github.com/google/ksp/releases/tag/2.0.21-1.0.25) [Compare Source](https://redirect.github.com/google/ksp/compare/2.0.20-1.0.25...2.0.21-1.0.25) #### What's Changed - UPDATE_KOTLIN_VERSION: 2.0.21 by [@​ting-yuan](https://redirect.github.com/ting-yuan) in [https://github.com/google/ksp/pull/2145](https://redirect.github.com/google/ksp/pull/2145) **Full Changelog**: https://github.com/google/ksp/compare/2.0.21-RC-1.0.25...2.0.21-1.0.25
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 4 +- gradle/verification-metadata.xml | 315 ++++++++++++++++++++++++++++++- 2 files changed, 311 insertions(+), 8 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a06904ad..8b93e18dc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ glide = "4.16.0" # Deliberate downgrade, https://github.com/tuskyapp/Tusky/issues/3631 glide-animation-plugin = "2.23.0" hilt = "2.52" -kotlin = "2.0.20" +kotlin = "2.0.21" image-cropper = "4.3.2" material = "1.12.0" material-drawer = "9.0.2" @@ -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.25" +google-ksp = "com.google.devtools.ksp:2.0.21-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" } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index ba783cf0f..9a3363d40 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -3829,12 +3829,12 @@ - - - - - - + + + + + + @@ -7216,6 +7216,11 @@ + + + + + @@ -7264,6 +7269,14 @@ + + + + + + + + @@ -7338,6 +7351,14 @@ + + + + + + + + @@ -7386,6 +7407,14 @@ + + + + + + + + @@ -7434,6 +7463,14 @@ + + + + + + + + @@ -7482,6 +7519,14 @@ + + + + + + + + @@ -9355,6 +9400,14 @@ + + + + + + + + @@ -9399,6 +9452,14 @@ + + + + + + + + @@ -9423,6 +9484,14 @@ + + + + + + + + @@ -9447,6 +9516,14 @@ + + + + + + + + @@ -9471,6 +9548,14 @@ + + + + + + + + @@ -9503,6 +9588,14 @@ + + + + + + + + @@ -9527,6 +9620,14 @@ + + + + + + + + @@ -9551,6 +9652,14 @@ + + + + + + + + @@ -9583,6 +9692,14 @@ + + + + + + + + @@ -9607,6 +9724,14 @@ + + + + + + + + @@ -9631,6 +9756,14 @@ + + + + + + + + @@ -9655,6 +9788,14 @@ + + + + + + + + @@ -9679,6 +9820,14 @@ + + + + + + + + @@ -9703,6 +9852,14 @@ + + + + + + + + @@ -9727,6 +9884,14 @@ + + + + + + + + @@ -9751,6 +9916,14 @@ + + + + + + + + @@ -9775,6 +9948,14 @@ + + + + + + + + @@ -9799,6 +9980,14 @@ + + + + + + + + @@ -9845,6 +10034,14 @@ + + + + + + + + @@ -9869,6 +10066,14 @@ + + + + + + + + @@ -9896,6 +10101,14 @@ + + + + + + + + @@ -9952,6 +10165,14 @@ + + + + + + + + @@ -9976,6 +10197,14 @@ + + + + + + + + @@ -10000,6 +10229,14 @@ + + + + + + + + @@ -10024,6 +10261,14 @@ + + + + + + + + @@ -10048,6 +10293,14 @@ + + + + + + + + @@ -10150,6 +10403,17 @@ + + + + + + + + + + + @@ -10206,6 +10470,11 @@ + + + + + @@ -10326,6 +10595,14 @@ + + + + + + + + @@ -10350,6 +10627,14 @@ + + + + + + + + @@ -10374,6 +10659,14 @@ + + + + + + + + @@ -10389,6 +10682,11 @@ + + + + + @@ -10404,6 +10702,11 @@ + + + + +