diff --git a/gradle.properties b/gradle.properties index f3084ed530..2d413689c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,7 +58,7 @@ bytex.ASM_API=ASM7 ################ 外部依赖引用 ################ # loglib -LOGLIB_VERSION=1.8.2 +LOGLIB_VERSION=1.9.0 ######## MogoAiCloudSDK Version ######## # 网络请求LOGLIB_VERSION MOGO_NETWORK_VERSION=1.4.7.12 diff --git a/gradle/ext.gradle b/gradle/ext.gradle index 76d6fb0e8a..9e74ffd3f1 100644 --- a/gradle/ext.gradle +++ b/gradle/ext.gradle @@ -2,6 +2,6 @@ ext { gradle_version = '3.5.3' kotlin_version = '1.5.30' plugin_version = '10.0.0_mogo' - service_chain_version = '5.2.10' + service_chain_version = '5.3.5' lancetx_plugin_version = '10.0.4_mogo' } \ No newline at end of file