From 43280201cf36fb31a233806a973b482456161c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 19:11:13 +0000 Subject: [PATCH] Bump kotlinx_coroutines_version from 1.4.3 to 1.5.2 Bumps `kotlinx_coroutines_version` from 1.4.3 to 1.5.2. Updates `kotlinx-coroutines-core` from 1.4.3 to 1.5.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.4.3...1.5.2) Updates `kotlinx-coroutines-swing` from 1.4.3 to 1.5.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.4.3...1.5.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b953f25..6a05e2a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ import java.time.format.DateTimeFormatter buildscript { ext { kotlin_version = "1.4.32" - kotlinx_coroutines_version = "1.4.3" + kotlinx_coroutines_version = "1.5.2" env = findProperty('env') == 'release' ? 'release' : 'dev'