Skip to content

Commit

Permalink
Upgrade netty version to 4.1.104.Final and netty io_uring version to …
Browse files Browse the repository at this point in the history
…0.0.24.Final per Snyk.
  • Loading branch information
BrianNichols committed Feb 5, 2024
1 parent 25757e0 commit b2573a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>

<netty.version>4.1.103.Final</netty.version>
<netty.version>4.1.104.Final</netty.version>
<netty.tcnative.version>2.0.62.Final</netty.tcnative.version>
<grpc.version>1.59.0</grpc.version>
<luaj-jse.version>3.0.1</luaj-jse.version>
Expand Down Expand Up @@ -86,7 +86,7 @@
<groupId>io.netty.incubator</groupId>
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
<classifier>linux-x86_64</classifier>
<version>0.0.23.Final</version>
<version>0.0.24.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b2573a5

Please sign in to comment.