diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml
index 223ebdfc..6e057717 100644
--- a/samples/rest-notes-spring-data-rest/pom.xml
+++ b/samples/rest-notes-spring-data-rest/pom.xml
@@ -18,7 +18,7 @@
UTF-8
1.7
- 1.0.1.BUILD-SNAPSHOT
+ 1.0.2.BUILD-SNAPSHOT
diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle
index 1f05c541..665e88f9 100644
--- a/samples/rest-notes-spring-hateoas/build.gradle
+++ b/samples/rest-notes-spring-hateoas/build.gradle
@@ -28,7 +28,7 @@ targetCompatibility = 1.7
ext {
snippetsDir = file('build/generated-snippets')
- springRestdocsVersion = '1.0.1.BUILD-SNAPSHOT'
+ springRestdocsVersion = '1.0.2.BUILD-SNAPSHOT'
}
dependencies {