We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b7798 commit e0e9868Copy full SHA for e0e9868
1 file changed
pom.xml
@@ -377,6 +377,7 @@
377
<servlet.version>3.1.0</servlet.version>
378
<junit.version>5.9.3</junit.version>
379
<jetty.version>9.4.54.v20240208</jetty.version>
380
+ <netty.version>4.1.111.Final</netty.version>
381
</properties>
382
<dependencyManagement>
383
<dependencies>
@@ -396,6 +397,13 @@
396
397
<type>pom</type>
398
<scope>import</scope>
399
</dependency>
400
+ <dependency>
401
+ <groupId>io.netty</groupId>
402
+ <artifactId>netty-bom</artifactId>
403
+ <version>${netty.version}</version>
404
+ <type>pom</type>
405
+ <scope>import</scope>
406
+ </dependency>
407
<!-- Annotations is designed to be fixed at the 2.x.0 minor version level, but in practice is still being released for
408
2.8.x patch versions. See https://github.com/FasterXML/jackson-bom/issues/4 -->
409
<dependency>
0 commit comments