From 7c5706b127ea1dff1924576405a2188e9d9aea1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:08:49 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-webflux Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.3.3.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.3.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- sqlTest-services/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2bfb5e1..c55491b 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ org.springframework.boot spring-boot-starter-webflux - 2.7.9 + 2.5.12 mysql diff --git a/sqlTest-services/pom.xml b/sqlTest-services/pom.xml index 19216c0..39880c1 100644 --- a/sqlTest-services/pom.xml +++ b/sqlTest-services/pom.xml @@ -18,7 +18,7 @@ org.springframework.boot spring-boot-starter-webflux - 2.3.3.RELEASE + 2.5.12 com.cf