From 87b0e1fb1e4a17cb0a4a7e52f84524baeee0a8c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:26:42 +0000 Subject: [PATCH] fix(deps): update com.tencent:mmkv to v1.3.11 (#125) 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.tencent:mmkv](https://redirect.github.com/Tencent/MMKV) | `1.3.9` -> `1.3.11` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.tencent:mmkv/1.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.tencent:mmkv/1.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.tencent:mmkv/1.3.9/1.3.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.tencent:mmkv/1.3.9/1.3.11?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
Tencent/MMKV (com.tencent:mmkv) ### [`v1.3.11`](https://redirect.github.com/Tencent/MMKV/releases/tag/v1.3.11) #### v1.3.11 / 2024-11-12 **This is a Long Term Support (LTS) release.** ##### Changes for All platforms - Fix a bug that might cause MMKV to become dead-locked for other threads after decoding container-type values. The affected platforms and value types are listed below. So don't be surprised if you find no update on the unaffected platforms. ##### HarmonyOS NEXT - Fix a bug that MMKV might become dead-locked for other threads after `decodeStringSet()` / `decodeNumberSet` / `decodeBoolSet` or decoding `TypedArray`. ##### Flutter - Fix the bug on HarmonyOS NEXT listed above. A temp version named v1.3.10 was added to fix the Android version conflict between the LTS series & v2.0. To avoid potential confusion, bump both versions to v1.3.11. ##### POSIX - Fix a bug that MMKV might become dead-locked for other threads after decoding `std::vector` or `std::span` values.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 8am" in timezone Asia/Shanghai, 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 this update again. --- - [ ] 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/meowool/mmkv-ktx). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a0059b..8da02f5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ square-kotlinpoet = "com.squareup:kotlinpoet-ksp:1.18.1" android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } ### Others -mmkv = "com.tencent:mmkv:1.3.9" +mmkv = "com.tencent:mmkv:1.3.11" auto-service = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0" auto-service-annotations = "com.google.auto.service:auto-service-annotations:1.1.1" ## Detekt