From 58649b8733197ced8d58dcd6696690d79d64d93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:04:20 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.7.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.6.4...1.7.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core 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 f0db7bc..ba779e9 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ subprojects { buildscript { ext { kotlin_version = '1.8.10' - version_coroutines = '1.6.4' + version_coroutines = '1.7.2' version_log4j = '2.20.0' version_retrofit = '2.1.0' version_jackson = '2.14.2'