From 4fac70e0e99b8ebc12c7f5820b3b2c2088fb33fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 06:06:46 +0000 Subject: [PATCH] Bump spring-boot-starter-webflux from 2.3.1.RELEASE to 2.5.2 Bumps [spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.5.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.1.RELEASE...v2.5.2) Signed-off-by: dependabot-preview[bot] --- springfox-integration-webflux/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springfox-integration-webflux/build.gradle b/springfox-integration-webflux/build.gradle index 6dbe977..c997ef3 100644 --- a/springfox-integration-webflux/build.gradle +++ b/springfox-integration-webflux/build.gradle @@ -15,7 +15,7 @@ tasks.withType(JavaCompile) { dependencies { compile group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '2.3.1.RELEASE' compile group: 'org.springframework.boot', name: 'spring-boot-starter-integration', version: '2.3.1.RELEASE' - compile group: 'org.springframework.boot', name: 'spring-boot-starter-webflux', version: '2.3.1.RELEASE' + compile group: 'org.springframework.boot', name: 'spring-boot-starter-webflux', version: '2.5.2' compile group: 'org.springframework.integration', name: 'spring-integration-webflux', version: '5.3.2.RELEASE' compile group: 'io.springfox', name: 'springfox-swagger2', version: springfoxVersion compile group: 'io.springfox', name: 'springfox-spring-webflux', version: springfoxVersion