From 17b713a3988435def5c9b933e7a5c62fbda2bb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 00:23:53 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.8.0 to 1.8.1 (#9140) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-bom](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 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.8.0...1.8.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d239dc7dd..897bcf7a55 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ ext { junit4Version = '4.13.2' junitJupiterVersion = '5.10.2' jythonVersion = '2.7.3' - kotlinCoroutinesVersion = '1.8.0' + kotlinCoroutinesVersion = '1.8.1' kryoVersion = '5.6.0' lettuceVersion = '6.3.2.RELEASE' log4jVersion = '2.23.1'