File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/restdocs-api-spec-sample Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 }
1111 dependencies {
1212 classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
13- classpath(" com.epages:restdocs-api-spec-gradle-plugin:0.0.6 " )
13+ classpath(" com.epages:restdocs-api-spec-gradle-plugin:0.5.0 " )
1414 }
1515}
1616
@@ -42,7 +42,7 @@ dependencies {
4242 testCompile(' org.springframework.boot:spring-boot-starter-test' )
4343 testCompile(' org.springframework.restdocs:spring-restdocs-mockmvc' )
4444
45- testCompile(' com.epages:restdocs-api-spec:0.0.6 ' )
45+ testCompile(' com.epages:restdocs-api-spec:0.5.0 ' )
4646 // testCompile project(':restdocs-api-spec') //enable for depending on the submodule directly
4747 testCompile(' com.google.guava:guava:23.0' )
4848}
You can’t perform that action at this time.
0 commit comments