diff --git a/build.gradle b/build.gradle index 1e84fa4..45c4db4 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ dependencies { // boot starter testImplementation "org.springframework.boot:spring-boot-starter-test" - testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:3.0.3' + testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:3.0.5' testImplementation "org.springframework.security:spring-security-test" testImplementation "org.springframework:spring-test" }