From bd39f46208a97081656b4d33da5d711831fc50a0 Mon Sep 17 00:00:00 2001 From: 891806797 <30997091+891806797@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0netty=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新netty版本 --- cloudopt-next-web/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudopt-next-web/build.gradle b/cloudopt-next-web/build.gradle index abf63210..d5a41a4f 100644 --- a/cloudopt-next-web/build.gradle +++ b/cloudopt-next-web/build.gradle @@ -1,6 +1,6 @@ dependencies { implementation "io.vertx:vertx-web:${rootProject.property('vertx_version')}" - implementation "io.netty:netty-all:4.1.65.Final" + implementation "io.netty:netty-all:4.1.75.Final" implementation project(":cloudopt-next-logging") implementation project(":cloudopt-next-core") implementation project(":cloudopt-next-json") @@ -15,4 +15,4 @@ dependencies { testImplementation "org.freemarker:freemarker:2.3.30" } -description = "Cloudopt Next Web" \ No newline at end of file +description = "Cloudopt Next Web"