From b4955e2d9b47dcd27a38725f8d136f3a70a705fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:14:31 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.5.1 to 3.5.3 in /client Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.5.1 to 3.5.3. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.5.1...v3.5.3) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build.gradle b/client/build.gradle index adf1f908..45e4bbb8 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'org.springframework:spring-context:6.0.3' implementation 'org.springframework.security:spring-security-web:6.0.1' - implementation 'io.projectreactor:reactor-core:3.5.1' + implementation 'io.projectreactor:reactor-core:3.5.3' testImplementation 'io.projectreactor:reactor-test:3.5.1' testImplementation('org.junit.jupiter:junit-jupiter:5.9.1')