Skip to content

Commit eb284bf

Browse files
committed
Consolidate Netty version properties to use netty.version
Replaced the netty.codec.http.version property with the standard netty.version property, updating it from 4.0.56.Final to 4.2.7.Final. This makes the versioning clearer - netty.version is now the single source of truth for the Netty version used throughout the project, applied via the Netty BOM in dependencyManagement.
1 parent e43c693 commit eb284bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@
138138
<metrics.http.extra.version>0.14.1</metrics.http.extra.version>
139139
<metrics.aggregator.protocol.version>1.3.1</metrics.aggregator.protocol.version>
140140
<mockito.version>5.20.0</mockito.version>
141-
<netty.version>4.0.56.Final</netty.version>
141+
<netty.version>4.2.7.Final</netty.version>
142142
<netty.all.version>4.0.21.Final</netty.all.version>
143-
<netty.codec.http.version>4.2.7.Final</netty.codec.http.version>
144143
<ning.http.client.version>1.9.31</ning.http.client.version>
145144
<oval.version>3.2.1</oval.version>
146145
<play.ws.version>3.0.9</play.ws.version>
@@ -974,7 +973,7 @@
974973
<dependency>
975974
<groupId>io.netty</groupId>
976975
<artifactId>netty-bom</artifactId>
977-
<version>${netty.codec.http.version}</version>
976+
<version>${netty.version}</version>
978977
<scope>import</scope>
979978
<type>pom</type>
980979
</dependency>

0 commit comments

Comments
 (0)