Skip to content

Commit

Permalink
update netty version to 4.1.114 to fix CVE-2023-34462 (apache#8832)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing authored Oct 21, 2024
1 parent 07f13fd commit a024dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<maven.compiler.target>1.8</maven.compiler.target>

<commons-cli.version>1.5.0</commons-cli.version>
<netty.version>4.1.65.Final</netty.version>
<netty.version>4.1.114.Final</netty.version>
<netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
<bcpkix-jdk15on.version>1.69</bcpkix-jdk15on.version>
<fastjson.version>1.2.83</fastjson.version>
Expand Down

0 comments on commit a024dc8

Please sign in to comment.