File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## 项目状态
10
10
11
- 当前版本` 0.2.2 ` 为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
11
+ 当前版本` 0.2.3 ` 为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
12
12
13
13
## 环境要求
14
14
23
23
在你的` build.gradle ` 文件中加入如下的依赖
24
24
25
25
``` groovy
26
- implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.2 '
26
+ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.3 '
27
27
```
28
28
29
29
### Maven
@@ -33,7 +33,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.2'
33
33
<dependency >
34
34
<groupId >com.github.wechatpay-apiv3</groupId >
35
35
<artifactId >wechatpay-apache-httpclient</artifactId >
36
- <version >0.2.2 </version >
36
+ <version >0.2.3 </version >
37
37
</dependency >
38
38
```
39
39
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group ' com.github.wechatpay-apiv3'
8
- version ' 0.2.2 '
8
+ version ' 0.2.3 '
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
@@ -17,10 +17,10 @@ repositories {
17
17
ext {
18
18
publishedArtifactId = project. name
19
19
20
- httpclient_version = " 4.5.12 "
20
+ httpclient_version = " 4.5.13 "
21
21
slf4j_version = " 1.7.30"
22
22
junit_version = " 4.12"
23
- jackson_version = " 2.9.10 "
23
+ jackson_version = " 2.12.5 "
24
24
}
25
25
26
26
jar {
You can’t perform that action at this time.
0 commit comments