Skip to content

Commit

Permalink
upgrade proxy netty version (#787)
Browse files Browse the repository at this point in the history
Co-authored-by: md_li <[email protected]>
  • Loading branch information
lmdyyh and md_li authored Apr 2, 2024
1 parent cf14511 commit 671bd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<spring-boot-maven-plugin.version>2.3.12.RELEASE</spring-boot-maven-plugin.version>
<spring.velocity.version>1.4.3.RELEASE</spring.velocity.version>
<netty3.version>3.10.5.Final</netty3.version>
<netty4.version>4.1.52.Final</netty4.version>
<ctrip-framework-foundation.version>1.8.18</ctrip-framework-foundation.version>
<ctrip-apollo.version>0.6.7</ctrip-apollo.version>
<cat.version>3.3.32</cat.version>
Expand All @@ -62,7 +61,7 @@
<qunaer.common.version>9.2.37</qunaer.common.version>
<qconfig.client.version>1.100.46-ctrip</qconfig.client.version>
<qtracer.version>1.2.4</qtracer.version>
<netty.boringssl.version>2.0.12.Final</netty.boringssl.version>
<netty.boringssl.version>2.0.36.Final</netty.boringssl.version>
<netty4.version>4.1.28.Final</netty4.version>
<zstd.version>1.3.6-1</zstd.version>
<jackson.version>2.10.3</jackson.version>
Expand Down
6 changes: 1 addition & 5 deletions redis/redis-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>4.1.52.Final</version>
</dependency>

<!--netty open ssl -->
Expand Down

0 comments on commit 671bd36

Please sign in to comment.