Update samples to use 1.2.5 snapshots

This commit is contained in:
Andy Wilkinson
2018-04-04 10:55:02 +01:00
parent 037d572e2c
commit a2b62e025a
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.4.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '1.2.5.BUILD-SNAPSHOT'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-jpa'