Update the samples to use 2.0.4 snapshots

This commit is contained in:
Andy Wilkinson
2018-12-10 13:41:59 +00:00
parent 244c6989c9
commit bc02ee0c1c
8 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ ext {
junitJupiterVersion = '5.0.0'
}
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"