This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit fa610e989aad0b0ab82c0e6b250cbcbef3110973 Author: yihuawu1986 <59810358+yihuawu1...@users.noreply.github.com> AuthorDate: Thu Mar 16 14:47:11 2023 +0800 KYLIN-5565 Upgrade netty-all & netty-codec version to 4.1.89.Final (#30118) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f6663758f4..e4d1b2d4f9 100644 --- a/pom.xml +++ b/pom.xml @@ -359,9 +359,9 @@ <derby.version>10.14.2.0</derby.version> <jcommander.version>1.75</jcommander.version> <ant.version>1.10.11</ant.version> - <netty-all.version>4.1.73.Final</netty-all.version> + <netty-all.version>4.1.89.Final</netty-all.version> <netty.version>3.10.6.Final</netty.version> - <netty-codec.version>4.1.86.Final</netty-codec.version> + <netty-codec.version>4.1.89.Final</netty-codec.version> <servo-core.version>0.13.2</servo-core.version> <apache-api.version>1.0.3</apache-api.version> <saas.nacos.discovery.starter.version>2.6.2</saas.nacos.discovery.starter.version>