From bcf21858ee199e20508e74870adb84a309bd1dae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:29:38 +0700 Subject: [PATCH] fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1 (#321) * fix(deps): Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1 * docs: Sync changelog --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ahmad Ansori Palembani --- CHANGELOG.md | 5 +++++ gradle/kotlinx.versions.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e7a58072..1efe310b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co - `Translation` - Translation changes/updates - `Other` - Technical changes/updates +## [Unreleased] + +### Other +- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.10.1 + ## [1.9.7] ### Changes diff --git a/gradle/kotlinx.versions.toml b/gradle/kotlinx.versions.toml index 2384d6c058..9fcc9e314c 100644 --- a/gradle/kotlinx.versions.toml +++ b/gradle/kotlinx.versions.toml @@ -4,7 +4,7 @@ serialization = "1.7.3" xml_serialization = "0.90.3" [libraries] -coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.9.0" } +coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.10.1" } coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" } coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" } coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test" }