From f62e998289375523de4b8aee61db0f131d801c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:27:06 +0000 Subject: [PATCH] fix: Bump org.jetbrains.kotlinx:kotlinx-coroutines-core Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.0. - [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.9.0...1.10.0) --- 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 d5c0d4e..1b7013f 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ kotlin { dependencies { implementation 'com.github.jknack:handlebars:4.4.0' implementation 'net.sourceforge.plantuml:plantuml-mit:1.2024.4' - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.0' testImplementation 'org.assertj:assertj-core:3.27.0' testImplementation 'com.approvaltests:approvaltests:24.12.0'