From 38236ddf86b4badbf00ab08688cb58f34e26781b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:52:26 +0000 Subject: [PATCH] build: bump org.jetbrains.kotlinx:kotlinx-coroutines-guava in /app Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-guava](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.3. - [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.6.4...1.7.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b6fae9e..b785c72 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -224,7 +224,7 @@ dependencies { // Futures implementation("com.google.guava:guava:31.1-jre") implementation("androidx.concurrent:concurrent-futures:1.1.0") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.4") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.7.3") // OSS Licenses implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")