diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 07b4f9eed3e..372d9b1ee72 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -836,11 +836,36 @@
netty-buffer
${netty.version}
+
+ io.netty
+ netty-codec
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-http
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-socks
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-stomp
+ ${netty.version}
+
io.netty
netty-common
${netty.version}
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
io.netty
netty-handler-proxy
@@ -871,16 +896,6 @@
netty-resolver-dns
${netty.version}
-
- io.netty
- netty-codec-stomp
- ${netty.version}
-
-
- io.netty
- netty-codec-socks
- ${netty.version}
-
io.projectreactor
reactor-bom
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index 256783946ba..db9c9114bb8 100644
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -69,11 +69,6 @@
android-json
0.0.20131108.vaadin1
-
- io.netty
- netty-all
- 4.0.38.Final
-
io.spring.gradle
dependency-management-plugin