diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml
index 6389819de4e..59bf2fdb519 100644
--- a/examples/spring-web/pom.xml
+++ b/examples/spring-web/pom.xml
@@ -16,7 +16,7 @@
- 4.0.0
+ 4.0.3
@@ -69,6 +69,11 @@
spring-boot-starter-test
test
+
+ org.springframework.boot
+ spring-boot-restclient
+ test
+
org.springframework.boot
spring-boot-resttestclient
diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml
index b6592989dd8..94fdcf8510a 100644
--- a/examples/springboot/pom.xml
+++ b/examples/springboot/pom.xml
@@ -16,7 +16,7 @@
- 4.0.0
+ 4.0.3