diff --git a/build.gradle b/build.gradle index 3cfa597..f6eb0e3 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.9.0' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.7.3' - testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:2.0.6.RELEASE' + testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:3.0.1' testImplementation 'org.springframework.security:spring-security-test:5.7.3' testImplementation 'org.springframework:spring-test:5.3.23' testImplementation 'org.mockito:mockito-core:4.8.0'