diff --git a/build.gradle b/build.gradle index 8046799..c5a00ac 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ dependencies { /* Tests */ 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.6" testImplementation "org.springframework.security:spring-security-test" testImplementation "org.junit.jupiter:junit-jupiter:5.13.0" }