diff --git a/springfox-integration-webflux/build.gradle b/springfox-integration-webflux/build.gradle index 6dbe977..ebcb487 100644 --- a/springfox-integration-webflux/build.gradle +++ b/springfox-integration-webflux/build.gradle @@ -14,7 +14,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-integration', version: '2.5.3' compile group: 'org.springframework.boot', name: 'spring-boot-starter-webflux', version: '2.3.1.RELEASE' compile group: 'org.springframework.integration', name: 'spring-integration-webflux', version: '5.3.2.RELEASE' compile group: 'io.springfox', name: 'springfox-swagger2', version: springfoxVersion diff --git a/springfox-integration-webmvc/build.gradle b/springfox-integration-webmvc/build.gradle index 99cac38..f546045 100644 --- a/springfox-integration-webmvc/build.gradle +++ b/springfox-integration-webmvc/build.gradle @@ -33,7 +33,7 @@ clean { 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-integration', version: '2.5.3' compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.3.1.RELEASE' compile(group: 'org.springframework.integration', name: 'spring-integration-http', version: '5.3.2.RELEASE') { exclude(module: 'commons-logging')