File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## 项目状态
10
10
11
- 当前版本` 0.1.5 ` 为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
11
+ 当前版本` 0.1.6 ` 为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
12
12
13
13
## 环境要求
14
14
@@ -27,7 +27,7 @@ repositories {
27
27
}
28
28
...
29
29
dependencies {
30
- implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.1.5 '
30
+ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.1.6 '
31
31
...
32
32
}
33
33
```
@@ -51,7 +51,7 @@ dependencies {
51
51
<dependency >
52
52
<groupId >com.github.wechatpay-apiv3</groupId >
53
53
<artifactId >wechatpay-apache-httpclient</artifactId >
54
- <version >0.1.5 </version >
54
+ <version >0.1.6 </version >
55
55
</dependency >
56
56
```
57
57
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group ' com.github.wechatpay-apiv3'
7
- version ' 0.1.4 '
7
+ version ' 0.1.6 '
8
8
9
9
sourceCompatibility = 1.8
10
10
targetCompatibility = 1.8
@@ -14,15 +14,15 @@ repositories {
14
14
}
15
15
16
16
ext {
17
- httpclient_version = " 4.5.8 "
18
- slf4j_version = " 1.7.26 "
17
+ httpclient_version = " 4.5.12 "
18
+ slf4j_version = " 1.7.30 "
19
19
junit_version = " 4.12"
20
- jackson_version = " 2.9.7 "
20
+ jackson_version = " 2.9.10 "
21
21
}
22
22
23
23
dependencies {
24
24
api " org.apache.httpcomponents:httpclient:$httpclient_version "
25
- api " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
25
+ implementation " com.fasterxml.jackson.core:jackson-databind:$jackson_version "
26
26
implementation " org.slf4j:slf4j-api:$slf4j_version "
27
27
testImplementation " org.slf4j:slf4j-simple:$slf4j_version "
28
28
testImplementation " junit:junit:$junit_version "
You can’t perform that action at this time.
0 commit comments