diff --git a/build.gradle b/build.gradle index b8949586..5091309f 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { //driver for h2 implementation "com.h2database:h2:2.3.232" - testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.2" + testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.3" testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "org.springframework:spring-test" testImplementation "org.springframework.security:spring-security-test"