From c897e418d74d4410620c2ebcddb57e0c0c7c4466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:13:56 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.7.12 to 3.8.0 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.7.12 to 3.8.0. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.7.12...v3.8.0) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 9dc7f2bbd..bf7fd6767 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation localGroovy() implementation 'io.github.gradle-nexus:publish-plugin:2.0.0' - implementation 'io.projectreactor:reactor-core:3.7.12' + implementation 'io.projectreactor:reactor-core:3.8.0' implementation ('org.gretty:gretty:4.1.10') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' }