Skip to content

Commit

Permalink
fix(deps): update com.tencent:mmkv to v1.3.11 (#125)
Browse files Browse the repository at this point in the history
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

<details>
<summary>Tencent/MMKV (com.tencent:mmkv)</summary>

###
[`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<T>` or `std::span<T>` values.

</details>

---

### 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.

---

- [ ] <!-- 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/meowool/mmkv-ktx).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIm5vLW1ham9yIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 25ba186 commit 87b0e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87b0e1f

Please sign in to comment.