Update the samples to use 2.0.5 snapshots

This commit is contained in:
Andy Wilkinson
2019-10-04 18:34:42 +01:00
parent 79fce0c0d7
commit 92926d65bc
7 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.5.BUILD-SNAPSHOT'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-jpa'