From 1ee9362f08bfdea253e793f594d8839602661b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 06:33:37 +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.2 to 1.7.3. - [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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index a63abc7..89b974c 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { testImplementation(platform("io.kotest:kotest-bom:4.6.3")) testImplementation("io.kotest:kotest-framework-api") testImplementation("io.kotest:kotest-assertions-core") - testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") testRuntimeOnly(platform("io.kotest:kotest-bom:4.6.3")) testRuntimeOnly("io.kotest:kotest-runner-junit5") }