diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle
index 26ecb01e..872ae25c 100644
--- a/samples/junit5/build.gradle
+++ b/samples/junit5/build.gradle
@@ -31,7 +31,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 {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
diff --git a/samples/rest-assured/build.gradle b/samples/rest-assured/build.gradle
index 5ba9a6a3..f3da3e12 100644
--- a/samples/rest-assured/build.gradle
+++ b/samples/rest-assured/build.gradle
@@ -31,7 +31,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 {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
diff --git a/samples/rest-notes-slate/build.gradle b/samples/rest-notes-slate/build.gradle
index 1c36d264..edbf17ad 100644
--- a/samples/rest-notes-slate/build.gradle
+++ b/samples/rest-notes-slate/build.gradle
@@ -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'
diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml
index c043a831..e0f1bd06 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.8
- 2.0.4.BUILD-SNAPSHOT
+ 2.0.5.BUILD-SNAPSHOT
diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle
index 38ac2949..b9df631d 100644
--- a/samples/rest-notes-spring-hateoas/build.gradle
+++ b/samples/rest-notes-spring-hateoas/build.gradle
@@ -31,7 +31,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 {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
diff --git a/samples/testng/build.gradle b/samples/testng/build.gradle
index 8381266a..dad542e2 100644
--- a/samples/testng/build.gradle
+++ b/samples/testng/build.gradle
@@ -31,7 +31,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 {
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
diff --git a/samples/web-test-client/build.gradle b/samples/web-test-client/build.gradle
index 8a89a074..fc1c6ba2 100644
--- a/samples/web-test-client/build.gradle
+++ b/samples/web-test-client/build.gradle
@@ -20,7 +20,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 'io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'