Skip to content

Commit

Permalink
Upgrade to netty 4.1.101.Final #2550
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Nov 15, 2023
1 parent a9021db commit cfdcc4b
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.14</micrometer.version>
<mockito.version>4.11.0</mockito.version>
<netty.version>4.1.96.Final</netty.version>
<netty.version>4.1.101.Final</netty.version>
<openwebbeans.version>2.0.27</openwebbeans.version>
<reactor.version>3.4.32</reactor.version>
<rxjava.version>1.3.8</rxjava.version>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>2.0.61.Final</version>
<version>2.0.62.Final</version>
<classifier>${os.detected.classifier}</classifier>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
<version>0.0.21.Final</version>
<version>0.0.23.Final</version>
<classifier>linux-x86_64</classifier>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit cfdcc4b

Please sign in to comment.