From ec2ba6ccdde844e05a61e3250afbb8e3b08627f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 14:01:56 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-coroutines-reactor 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bd8054f34a..cb6c51f35e 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ ext { jaywayJsonPathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '5.12.2' - kotlinCoroutinesVersion = '1.10.1' + kotlinCoroutinesVersion = '1.10.2' log4jVersion = '2.24.3' logbackVersion = '1.5.18' micrometerDocsVersion = '1.0.4'