Skip to content

Commit f7ca382

Browse files
author
Mathias Düsterhöft
committed
Reference latest version
1 parent 26551b9 commit f7ca382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/restdocs-api-spec-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)