From 00cb9e55d5ad4141045f5a8c96025395f5d0a1db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 08:32:52 +0000 Subject: [PATCH] Bump spring-boot-starter-actuator from 2.3.1.RELEASE to 2.3.3.RELEASE Bumps [spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.3.3.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.1.RELEASE...v2.3.3.RELEASE) Signed-off-by: dependabot-preview[bot] --- springfox-integration-webflux/build.gradle | 2 +- springfox-integration-webmvc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springfox-integration-webflux/build.gradle b/springfox-integration-webflux/build.gradle index 6dbe977..a189dd6 100644 --- a/springfox-integration-webflux/build.gradle +++ b/springfox-integration-webflux/build.gradle @@ -13,7 +13,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-actuator', version: '2.3.3.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.integration', name: 'spring-integration-webflux', version: '5.3.2.RELEASE' diff --git a/springfox-integration-webmvc/build.gradle b/springfox-integration-webmvc/build.gradle index 99cac38..77d25db 100644 --- a/springfox-integration-webmvc/build.gradle +++ b/springfox-integration-webmvc/build.gradle @@ -32,7 +32,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-actuator', version: '2.3.3.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-web', version: '2.3.1.RELEASE' compile(group: 'org.springframework.integration', name: 'spring-integration-http', version: '5.3.2.RELEASE') {