From 5fee3e7881ef40234e8af21a8bd8e8f292c9e2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:02:48 +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.7.3 to 1.8.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.7.3...1.8.1) --- 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 0dd0ff23..5c2d3adb 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ dependencies { // Use the Kotlin JDK standard library. implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.9.22' // Use the Kotlin coroutines library. - implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3' + implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.8.1' // Use the Kotlin test library. testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test', version: '1.9.22' // Use the Kotlin JUnit integration.