From e1583777993d9f9aa477947db74b59b54c2c5107 Mon Sep 17 00:00:00 2001 From: marsli <847701726@qq.com> Date: Mon, 6 Dec 2021 15:41:06 +0800 Subject: [PATCH 1/3] Update README.rst --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 7fcbbcf3..9a3d37d5 100644 --- a/README.rst +++ b/README.rst @@ -95,7 +95,7 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer 当前状态 - Java SDK + Java SDK - - + + - - - + + + - + @@ -136,5 +136,5 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer * 我们所有的贡献者名单页面在 \ `这里 <./ALLCONTRIBUTOR.md>`_ 。感谢大家为WeIdentity付出的心血! * - 详见:\ `如何贡献 `_ + 详见:\ `如何贡献 `_ From 213355b6498f4888a7cd0d3f6dcf66a6cecc7111 Mon Sep 17 00:00:00 2001 From: yg36305356 <125480926@qq.com> Date: Fri, 10 Dec 2021 21:25:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?*=20=E5=8D=87=E7=BA=A7log4j?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 8d66111c..2de7a3ce 100644 --- a/build.gradle +++ b/build.gradle @@ -77,11 +77,11 @@ List lombok = [ List logger = [ "org.slf4j:jul-to-slf4j:1.7.30", - "org.apache.logging.log4j:log4j-api:2.13.3", - "org.apache.logging.log4j:log4j-core:2.13.3", - "org.apache.logging.log4j:log4j-slf4j-impl:2.13.3", - "org.apache.logging.log4j:log4j-web:2.13.3", - "org.apache.logging.log4j:log4j-jcl:2.13.3", + "org.apache.logging.log4j:log4j-api:2.15.0", + "org.apache.logging.log4j:log4j-core:2.15.0", + "org.apache.logging.log4j:log4j-slf4j-impl:2.15.0", + "org.apache.logging.log4j:log4j-web:2.15.0", + "org.apache.logging.log4j:log4j-jcl:2.15.0", "com.lmax:disruptor:3.3.7" ] From 1b1c30d0215f69002da1cb1a6f530c2b48ac1fab Mon Sep 17 00:00:00 2001 From: yg36305356 <125480926@qq.com> Date: Fri, 10 Dec 2021 22:47:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?*=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0bfbd573..fe4e75fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.2 \ No newline at end of file +1.8.3 \ No newline at end of file