From 09f5b3ff05ea7f30d4d14847dfcada418f32e990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:12:39 -0600 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-android (#404) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 a83bf71..ecbe531 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ hilt = "2.53.1" hilt-navigation-compose = "1.2.0" junit = "4.13.2" kotlin = "2.1.0" -kotlinx-coroutines-android = "1.9.0" +kotlinx-coroutines-android = "1.10.1" logback-android = "3.0.0" protobuf-gradle-plugin = "0.9.4" protobuf-java = "4.29.2"