diff --git a/example-restdocs-openapi/build.gradle b/example-restdocs-openapi/build.gradle index 50fab18..aca340a 100644 --- a/example-restdocs-openapi/build.gradle +++ b/example-restdocs-openapi/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation project(':example-model') implementation project(':example-advanced') - testImplementation 'com.epages:restdocs-api-spec:0.20.0' + testImplementation 'com.epages:restdocs-api-spec:0.20.1' testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc:4.0.0' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'