From 5fefaf6c6f48e30879d6c73383b0b76e24c85c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 04:42:26 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-play-services Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-play-services](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.8.0. - [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.7.3...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- abstractions/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abstractions/build.gradle b/abstractions/build.gradle index 98ca036..1871875 100644 --- a/abstractions/build.gradle +++ b/abstractions/build.gradle @@ -57,7 +57,7 @@ dependencies { api 'com.google.code.gson:gson:2.10.1' api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.squareup.okhttp3:logging-interceptor:4.12.0' - api "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3" + api "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.8.0" testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.10.0'