diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml
index 020030dc..aa6384b6 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.0.BUILD-SNAPSHOT
+ 1.0.1.BUILD-SNAPSHOT
diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle
index 22a2e03e..8dfb61e8 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.0.BUILD-SNAPSHOT'
+ springRestdocsVersion = '1.0.1.BUILD-SNAPSHOT'
}
dependencies {