From 417a3aa0210c54faa43f06cf60739441af1dfcca Mon Sep 17 00:00:00 2001 From: zhongchao Date: Mon, 21 Aug 2023 14:01:00 +0800 Subject: [PATCH] [6.0.0] fix json obj in fw write --- gradle.properties | 2 +- gradle/ext.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cdcef9560e..e9b5e60d54 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