Skip to content

Commit fa19d48

Browse files
Netty version overwrite from Spring Boot to 4.1.124
1 parent 4d66d99 commit fa19d48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<lettuce.version>6.5.1.RELEASE</lettuce.version>
7575
<hivemq-mqtt-client>1.3.3</hivemq-mqtt-client>
7676
<oshi.version>6.6.0</oshi.version>
77+
<netty.version>4.1.124.Final</netty.version>
7778
</properties>
7879

7980
<modules>
@@ -787,6 +788,13 @@
787788

788789
<dependencyManagement>
789790
<dependencies>
791+
<dependency>
792+
<groupId>io.netty</groupId>
793+
<artifactId>netty-bom</artifactId>
794+
<version>${netty.version}</version>
795+
<type>pom</type>
796+
<scope>import</scope>
797+
</dependency>
790798
<dependency>
791799
<groupId>org.springframework.boot</groupId>
792800
<artifactId>spring-boot-dependencies</artifactId>

0 commit comments

Comments
 (0)