From bdccc9f26dce59c5d6f659f2070daff1ad230153 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Jun 2021 06:09:18 +0000 Subject: [PATCH] Bump spring-boot-starter-web from 2.3.1.RELEASE to 2.5.1 Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.5.1. - [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.1) Signed-off-by: dependabot-preview[bot] --- springfox-integration-webmvc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springfox-integration-webmvc/build.gradle b/springfox-integration-webmvc/build.gradle index 99cac38..1ed37fd 100644 --- a/springfox-integration-webmvc/build.gradle +++ b/springfox-integration-webmvc/build.gradle @@ -34,7 +34,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-web', version: '2.3.1.RELEASE' + compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.5.1' compile(group: 'org.springframework.integration', name: 'spring-integration-http', version: '5.3.2.RELEASE') { exclude(module: 'commons-logging') exclude(module: 'commons-logging-api')