Skip to content

Commit a3ea0b8

Browse files
Merge pull request #310 from WeBankBlockchain/release/1.8.3
Release/1.8.3
2 parents 94a2892 + 79ada4e commit a3ea0b8

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer
9595
<th width="50%">当前状态</th>
9696
</tr>
9797
<tr>
98-
<td style="text-align:center"><a href="https://github.com/WeBankFinTech/WeIdentity">Java SDK</a></td>
98+
<td style="text-align:center"><a href="https://github.com/WeBankBlockchain/WeIdentity">Java SDK</a></td>
9999
<td>
100100
<ul>
101101
<li><a href="https://weidentity.readthedocs.io/zh_CN/latest/docs/one-stop-experience.html">安装部署文档</a></li>
@@ -104,14 +104,14 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer
104104
</ul>
105105
</td>
106106
<td>
107-
<a href="https://github.com/WeBankFinTech/WeIdentity"><img src="https://github.com/WeBankFinTech/WeIdentity/workflows/CI/badge.svg?branch=master" /></a>
108-
<a href="https://github.com/WeBankFinTech/WeIdentity/releases/latest"><img src="https://img.shields.io/github/release/WeBankFinTech/WeIdentity.svg" /></a>
107+
<a href="https://github.com/WeBankBlockchain/WeIdentity"><img src="https://github.com/WeBankBlockchain/WeIdentity/workflows/CI/badge.svg?branch=master" /></a>
108+
<a href="https://github.com/WeBankBlockchain/WeIdentity/releases/latest"><img src="https://img.shields.io/github/release/WeBankBlockchain/WeIdentity.svg" /></a>
109109
<a href="https://search.maven.org/search?q=g:%22com.webank%22%20AND%20a:%22weid-java-sdk%22"><img src="https://img.shields.io/maven-central/v/com.webank/weid-java-sdk.svg?label=Maven%20Central" /></a>
110-
<a href="https://www.codacy.com/manual/chaoxinhu/WeIdentity?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=WeBankFinTech/WeIdentity&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/37d3bc478ede4839ba16ccac469ad3f2" /></a>
111-
<a href="https://www.codefactor.io/repository/github/webankfintech/weidentity"><img src="https://www.codefactor.io/repository/github/webankfintech/weidentity/badge" /></a>
112-
<a href="https://codecov.io/gh/WeBankFinTech/WeIdentity"><img src="https://codecov.io/gh/WeBankFinTech/WeIdentity/branch/master/graph/badge.svg" /></a>
110+
<a href="https://www.codacy.com/manual/chaoxinhu/WeIdentity?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=WeBankBlockchain/WeIdentity&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/37d3bc478ede4839ba16ccac469ad3f2" /></a>
111+
<a href="https://www.codefactor.io/repository/github/webankblockchain/weidentity"><img src="https://www.codefactor.io/repository/github/webankblockchain/weidentity/badge" /></a>
112+
<a href="https://codecov.io/gh/WeBankBlockchain/WeIdentity"><img src="https://codecov.io/gh/WeBankBlockchain/WeIdentity/branch/master/graph/badge.svg" /></a>
113113
<a href="https://www.gnu.org/licenses/lgpl-3.0"><img src="https://img.shields.io/badge/license-GNU%20LGPL%20v3.0-blue.svg" /></a>
114-
<a href="https://github.com/WeBankFinTech/WeIdentity"><img src="https://sloc.xyz/github/WeBankFinTech/WeIdentity" /></a>
114+
<a href="https://github.com/WeBankBlockchain/WeIdentity"><img src="https://sloc.xyz/github/WeBankBlockchain/WeIdentity" /></a>
115115
</td>
116116
</tr>
117117
</table>
@@ -136,5 +136,5 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer
136136
* 我们所有的贡献者名单页面在 \ `这里 <./ALLCONTRIBUTOR.md>`_ 。感谢大家为WeIdentity付出的心血!
137137

138138
*
139-
详见:\ `如何贡献 <https://github.com/WeBankFinTech/WeIdentity/blob/master/.github/CONTRIBUTING.md>`_
139+
详见:\ `如何贡献 <https://github.com/WeBankBlockchain/WeIdentity/blob/master/.github/CONTRIBUTING.md>`_
140140

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.2
1+
1.8.3

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ List lombok = [
7777

7878
List logger = [
7979
"org.slf4j:jul-to-slf4j:1.7.30",
80-
"org.apache.logging.log4j:log4j-api:2.13.3",
81-
"org.apache.logging.log4j:log4j-core:2.13.3",
82-
"org.apache.logging.log4j:log4j-slf4j-impl:2.13.3",
83-
"org.apache.logging.log4j:log4j-web:2.13.3",
84-
"org.apache.logging.log4j:log4j-jcl:2.13.3",
80+
"org.apache.logging.log4j:log4j-api:2.15.0",
81+
"org.apache.logging.log4j:log4j-core:2.15.0",
82+
"org.apache.logging.log4j:log4j-slf4j-impl:2.15.0",
83+
"org.apache.logging.log4j:log4j-web:2.15.0",
84+
"org.apache.logging.log4j:log4j-jcl:2.15.0",
8585
"com.lmax:disruptor:3.3.7"
8686
]
8787

0 commit comments

Comments
 (0)