From 7279e8ea8d2be155e051f6b8281084d4c630fbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 12:01:50 +0000 Subject: [PATCH] Bump kotlinx-coroutines-swing from 1.5.1 to 1.5.2 Bumps [kotlinx-coroutines-swing](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.1 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.5.1...1.5.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-swing 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 9fec033..195efdc 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ allprojects { p -> api "org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}" api "org.jetbrains.kotlinx:kotlinx-serialization-json:${kotlinSerialization}" api "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1" - api 'org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.1' + api 'org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.5.2' } spotless {