From 4841cc75d7586490e261a555e068c7bdc573e309 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 15:35:59 +0000 Subject: [PATCH] Bump spring-restdocs-mockmvc from 2.0.2.RELEASE to 2.0.4.RELEASE Bumps [spring-restdocs-mockmvc](https://github.com/spring-projects/spring-restdocs) from 2.0.2.RELEASE to 2.0.4.RELEASE. - [Release notes](https://github.com/spring-projects/spring-restdocs/releases) - [Commits](https://github.com/spring-projects/spring-restdocs/compare/v2.0.2.RELEASE...v2.0.4.RELEASE) 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 00b47fd..8620eff 100644 --- a/springfox-integration-webmvc/build.gradle +++ b/springfox-integration-webmvc/build.gradle @@ -44,5 +44,5 @@ dependencies { compile group: 'io.springfox', name: 'springfox-spring-integration-webmvc', version: springfoxVersion compile group: 'io.springfox', name: 'springfox-swagger-ui', version: springfoxVersion testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.3.1.RELEASE' - testCompile group: 'org.springframework.restdocs', name: 'spring-restdocs-mockmvc', version: '2.0.2.RELEASE' + testCompile group: 'org.springframework.restdocs', name: 'spring-restdocs-mockmvc', version: '2.0.4.RELEASE' }