From d78f4d8a6e9f009fa0d6cad7a558e276e38d4dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 16:51:05 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.7.5 to 3.7.6 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.7.5 to 3.7.6. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.7.5...v3.7.6) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-version: 3.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 15b72355f..7afd7a374 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation localGroovy() implementation 'io.github.gradle-nexus:publish-plugin:1.3.0' - implementation 'io.projectreactor:reactor-core:3.7.5' + implementation 'io.projectreactor:reactor-core:3.7.6' implementation ('org.gretty:gretty:4.1.6') { exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools' }