From 9f598c8627166b8f28ee43daf2d1bb79f7aecc18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:37:30 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-reactor (#3836) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-reactor](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.1 to 1.10.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.10.1...1.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor dependency-version: 1.10.2 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 a16e0677..3500a24c 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ ext { junit4Version = '4.13.2' junitJupiterVersion = '5.11.4' kafkaVersion = '4.0.0' - kotlinCoroutinesVersion = '1.10.1' + kotlinCoroutinesVersion = '1.10.2' log4jVersion = '2.24.3' micrometerDocsVersion = '1.0.4' micrometerVersion = '1.15.0-SNAPSHOT'