diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index d0522b0d84..2d77007dd3 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -845,16 +845,61 @@
netty-codec
${netty.version}
+
+ io.netty
+ netty-codec-dns
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-haproxy
+ ${netty.version}
+
io.netty
netty-codec-http
${netty.version}
+
+ io.netty
+ netty-codec-http2
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-memcache
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-mqtt
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-redis
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-smtp
+ ${netty.version}
+
io.netty
netty-codec-socks
${netty.version}
+
+ io.netty
+ netty-codec-stomp
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-xml
+ ${netty.version}
+
io.netty
netty-common
@@ -875,6 +920,11 @@
netty-resolver
${netty.version}
+
+ io.netty
+ netty-resolver-dns
+ ${netty.version}
+
io.netty
netty-transport
@@ -882,7 +932,17 @@
io.netty
- netty-transport-native-epoll
+ netty-transport-rxtx
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-sctp
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-udt
${netty.version}