From 70b387367d6814f782e2d726093e982ab85fc8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 04:13:25 +0000 Subject: [PATCH] Bump kotlinx-coroutines-android from 1.3.9 to 1.6.2 Bumps [kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.3.9 to 1.6.2. - [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.3.9...1.6.2) --- 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] --- swapi-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swapi-sdk/build.gradle b/swapi-sdk/build.gradle index 2a29642..b3e953d 100644 --- a/swapi-sdk/build.gradle +++ b/swapi-sdk/build.gradle @@ -71,7 +71,7 @@ android { def moshi_version = "1.11.0" def retrofit_version = "2.9.0" -def coroutines_version = "1.3.9" +def coroutines_version = "1.6.2" dependencies { // Testing - https://developer.android.com/training/testing/set-up-project