Skip to content

Commit

Permalink
netty 4.1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
spnettec committed Feb 13, 2023
1 parent a52889c commit 897ee27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sentinel-adapter/sentinel-apache-dubbo3-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<java.source.version>17</java.source.version>
<java.target.version>17</java.target.version>
<apache.dubbo.version>3.0.10</apache.dubbo.version>
<netty.version>4.1.87.Final</netty.version>
<netty.version>4.1.88.Final</netty.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sentinel-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>The parent module of Sentinel cluster server</description>

<properties>
<netty.version>4.1.87.Final</netty.version>
<netty.version>4.1.88.Final</netty.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sentinel-transport/sentinel-transport-netty-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>

<properties>
<netty.version>4.1.85.Final</netty.version>
<netty.version>4.1.88.Final</netty.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 897ee27

Please sign in to comment.