From f39b18ffbc61213503c6659f3e6686220dcba493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 00:20:22 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.8.0 to 1.8.1 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8bd4c35543f..56d2f69314e 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'