From a225bb7ea1805cd81b43799483f5448e4b829756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:43:14 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.4.33 to 3.4.34 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.4.33 to 3.4.34. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.4.33...v3.4.34) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core 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 ebcebd55..c1e9fa11 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'io.github.gradle-nexus:publish-plugin:1.1.0' implementation 'io.spring.gradle:dependency-management-plugin:1.0.15.RELEASE' - implementation 'io.projectreactor:reactor-core:3.4.33' + implementation 'io.projectreactor:reactor-core:3.4.34' implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0' implementation 'com.github.spullara.mustache.java:compiler:0.9.11' implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.39'