diff --git a/spring-5-mvc/pom.xml b/spring-5-mvc/pom.xml
index b188ee590a..850661836b 100644
--- a/spring-5-mvc/pom.xml
+++ b/spring-5-mvc/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.0.M3
+ 2.0.0.M7
@@ -190,6 +190,7 @@
UTF-8
UTF-8
1.8
+ 5.0.2.RELEASE
1.1.2
diff --git a/spring-5-reactive-client/pom.xml b/spring-5-reactive-client/pom.xml
index 8aa579b724..22a027a58e 100644
--- a/spring-5-reactive-client/pom.xml
+++ b/spring-5-reactive-client/pom.xml
@@ -191,7 +191,7 @@
1.0.0
5.0.0
2.20
- 5.0.1.RELEASE
+ 5.0.2.RELEASE
1.0.1.RELEASE
1.1.3
1.0
diff --git a/spring-5-reactive/pom.xml b/spring-5-reactive/pom.xml
index c1c18fbc82..5d7cf0d7e5 100644
--- a/spring-5-reactive/pom.xml
+++ b/spring-5-reactive/pom.xml
@@ -191,7 +191,7 @@
1.0.0
5.0.0
2.20
- 5.0.1.RELEASE
+ 5.0.2.RELEASE
1.0.1.RELEASE
1.1.3
1.0
diff --git a/spring-5/pom.xml b/spring-5/pom.xml
index b6b6f9d370..ac49e8d6f4 100644
--- a/spring-5/pom.xml
+++ b/spring-5/pom.xml
@@ -194,7 +194,7 @@
1.0.0
5.0.0
2.20
- 5.0.1.RELEASE
+ 5.0.2.RELEASE
1.0.1.RELEASE
1.1.3
1.0
diff --git a/spring-5/src/main/java/com/baeldung/web/reactive/client/WebClientController.java b/spring-5/src/main/java/com/baeldung/web/reactive/client/WebClientController.java
index a218c6b7cf..1082765c63 100644
--- a/spring-5/src/main/java/com/baeldung/web/reactive/client/WebClientController.java
+++ b/spring-5/src/main/java/com/baeldung/web/reactive/client/WebClientController.java
@@ -50,7 +50,7 @@ public class WebClientController {
map.add("key1", "value1");
map.add("key2", "value2");
- BodyInserter, ClientHttpRequest> inserter2 = BodyInserters.fromMultipartData(map);
+ // BodyInserter, ClientHttpRequest> inserter2 = BodyInserters.fromMultipartData(map);
BodyInserter inserter3 = BodyInserters.fromObject("body");
// responses