Skip to content

Commit e63efac

Browse files
committed
update version to 0.1.6
1 parent e87f476 commit e63efac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 项目状态
1010

11-
当前版本`0.1.5`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
11+
当前版本`0.1.6`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
1212

1313
## 环境要求
1414

@@ -27,7 +27,7 @@ repositories {
2727
}
2828
...
2929
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'
3131
...
3232
}
3333
```
@@ -51,7 +51,7 @@ dependencies {
5151
<dependency>
5252
<groupId>com.github.wechatpay-apiv3</groupId>
5353
<artifactId>wechatpay-apache-httpclient</artifactId>
54-
<version>0.1.5</version>
54+
<version>0.1.6</version>
5555
</dependency>
5656
```
5757

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.wechatpay-apiv3'
7-
version '0.1.4'
7+
version '0.1.6'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8
@@ -14,15 +14,15 @@ repositories {
1414
}
1515

1616
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"
1919
junit_version = "4.12"
20-
jackson_version = "2.9.7"
20+
jackson_version = "2.9.10"
2121
}
2222

2323
dependencies {
2424
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"
2626
implementation "org.slf4j:slf4j-api:$slf4j_version"
2727
testImplementation "org.slf4j:slf4j-simple:$slf4j_version"
2828
testImplementation "junit:junit:$junit_version"

0 commit comments

Comments
 (0)