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>

(cherry picked from commit fb233cf)
  • Loading branch information
laglangyue authored and lvjing2 committed May 27, 2024
1 parent 89c8dd9 commit cf8efd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sofa-ark-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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>3.2.1</spring.boot.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ public class DirectoryContainerArchive implements ContainerArchive {
private final static String[] AKR_CONTAINER_JAR = { "aopalliance-1.0", "commons-io-2.7",
"guava-33.0.0-jre", "guice-6.0.0", "failureaccess-1.0.1", "javax.inject-1",
"jakarta.inject-api-2.0.1", "logback-core-1.4.14", "logback-classic-1.4.14",
"slf4j-api-2.0.11", "sofa-common-tools", "netty-all-4.1.94.Final",
"netty-transport-4.1.94.Final", "netty-common-4.1.94.Final",
"jakarta.inject-api-2.0.1", "netty-handler-4.1.94.Final", "netty-codec-4.1.94.Final",
"netty-buffer-4.1.94.Final", "sofa-ark-parent/core-impl/container/target/classes",
"slf4j-api-2.0.11", "sofa-common-tools", "netty-all-4.1.109.Final",
"netty-transport-4.1.109.Final",
"netty-common-4.1.109.Final", "jakarta.inject-api-2.0.1", "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",
"sofa-ark-parent/core/common/target/classes",
Expand Down

0 comments on commit cf8efd1

Please sign in to comment.