Update the samples to use 2.0.3 snapshots

This commit is contained in:
Andy Wilkinson
2018-07-19 16:57:38 +01:00
parent d0367643f4
commit 6d6909bfeb
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.2.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.3.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"