Update the samples to use 1.2.7 snaphots

This commit is contained in:
Andy Wilkinson
2018-12-10 12:20:38 +00:00
parent c467b02c8a
commit c9db399713
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.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '1.2.7.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"