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

@@ -26,7 +26,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 {
compile 'org.springframework.boot:spring-boot-starter-data-jpa'