From 34796fd14985291db3d9ab531a78a8ea2ea097be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 05:07:01 +0000 Subject: [PATCH] Bump kotlinCoroutinesVersion from 1.5.0 to 1.5.1 Bumps `kotlinCoroutinesVersion` from 1.5.0 to 1.5.1. Updates `kotlinx-coroutines-core` from 1.5.0 to 1.5.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.5.0...1.5.1) Updates `kotlinx-coroutines-android` from 1.5.0 to 1.5.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.5.0...1.5.1) Updates `kotlinx-coroutines-test` from 1.5.0 to 1.5.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.5.0...1.5.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a2b79a4d44..454efbd5f98 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ ext { buildToolsVersion = "30.0.3" compileSdkVersion = 30 - kotlinCoroutinesVersion = '1.5.0' + kotlinCoroutinesVersion = '1.5.1' composeVersion = '1.0.0-rc01' espressoVersion = '3.4.0' ktlintVersion = '0.41.0'