Skip to content

Commit 37c38fb

Browse files
committed
Upgrade to netty 4.1.89.Final #2311
1 parent dd55235 commit 37c38fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<log4j2-version>2.17.2</log4j2-version>
6262
<micrometer.version>1.9.6</micrometer.version>
6363
<mockito.version>4.9.0</mockito.version>
64-
<netty.version>4.1.85.Final</netty.version>
64+
<netty.version>4.1.89.Final</netty.version>
6565
<openwebbeans.version>2.0.27</openwebbeans.version>
6666
<reactor.version>3.4.25</reactor.version>
6767
<rxjava.version>1.3.8</rxjava.version>
@@ -209,7 +209,7 @@
209209
<dependency>
210210
<groupId>io.netty</groupId>
211211
<artifactId>netty-tcnative</artifactId>
212-
<version>2.0.54.Final</version>
212+
<version>2.0.58.Final</version>
213213
<classifier>${os.detected.classifier}</classifier>
214214
<optional>true</optional>
215215
</dependency>
@@ -239,7 +239,7 @@
239239
<dependency>
240240
<groupId>io.netty.incubator</groupId>
241241
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
242-
<version>0.0.16.Final</version>
242+
<version>0.0.17.Final</version>
243243
<classifier>linux-x86_64</classifier>
244244
<optional>true</optional>
245245
</dependency>

0 commit comments

Comments
 (0)