Skip to content

Commit

Permalink
Upgrade to netty 4.1.89.Final #2311
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 14, 2023
1 parent 5aef262 commit ce26425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<log4j2-version>2.17.2</log4j2-version>
<micrometer.version>1.9.6</micrometer.version>
<mockito.version>4.9.0</mockito.version>
<netty.version>4.1.85.Final</netty.version>
<netty.version>4.1.89.Final</netty.version>
<openwebbeans.version>2.0.27</openwebbeans.version>
<reactor.version>3.4.25</reactor.version>
<rxjava.version>1.3.8</rxjava.version>
Expand Down Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>2.0.54.Final</version>
<version>2.0.58.Final</version>
<classifier>${os.detected.classifier}</classifier>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
<version>0.0.16.Final</version>
<version>0.0.17.Final</version>
<classifier>linux-x86_64</classifier>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit ce26425

Please sign in to comment.