Update samples to use 1.2.4 snapshots

This commit is contained in:
Andy Wilkinson
2017-11-28 09:23:03 +00:00
parent fe9ec0ea1c
commit 874bfd119e
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.2.3.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '1.2.4.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"