Skip to content

Commit

Permalink
update netty version (#931)
Browse files Browse the repository at this point in the history
* update netty version

* fix version netty

---------

Co-authored-by: tangjiafu <tangjiafu@kuaishou.com>
Co-authored-by: leojames <leojames.googol@gmail.com>
  • Loading branch information
3 people authored May 26, 2024
1 parent e1f5872 commit fb233cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sofa-ark-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<maven.assembly.plugin>2.4</maven.assembly.plugin>
<maven.plugin.plugin>3.6.1</maven.plugin.plugin>
<surefire.version>2.22.2</surefire.version>
<netty.version>4.1.94.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<reactor-netty.version>0.9.19.RELEASE</reactor-netty.version>
<spring.boot.version>2.7.14</spring.boot.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ public class DirectoryContainerArchive implements ContainerArchive {
"guava-33.0.0-jre", "guice-6.0.0", "failureaccess-1.0.1", "javax.inject-1",
"logback-core-1.2.13", "logback-classic-1.2.13", "slf4j-api-1.7.32",
"log-sofa-boot-starter", "log-sofa-boot", "sofa-common-tools",
"netty-all-4.1.94.Final", "netty-transport-4.1.94.Final", "netty-common-4.1.94.Final",
"netty-handler-4.1.94.Final", "netty-codec-4.1.94.Final", "netty-buffer-4.1.94.Final",
"netty-all-4.1.109.Final", "netty-transport-4.1.109.Final",
"netty-common-4.1.109.Final", "netty-handler-4.1.109.Final",
"netty-codec-4.1.109.Final", "netty-buffer-4.1.109.Final",
"sofa-ark-parent/core-impl/container/target/classes",
"sofa-ark-parent/core-impl/archive/target/classes",
"sofa-ark-parent/core/spi/target/classes",
Expand Down

0 comments on commit fb233cf

Please sign in to comment.