Skip to content

Commit 3d2cf15

Browse files
authored
Merge pull request #79 from wechatpay-apiv3/upgrade_dependencies
upgrade dependencies
2 parents 8df4593 + 2405c83 commit 3d2cf15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 项目状态
1010

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

1313
## 环境要求
1414

@@ -23,7 +23,7 @@
2323
在你的`build.gradle`文件中加入如下的依赖
2424

2525
```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'
2727
```
2828

2929
### Maven
@@ -33,7 +33,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.2'
3333
<dependency>
3434
<groupId>com.github.wechatpay-apiv3</groupId>
3535
<artifactId>wechatpay-apache-httpclient</artifactId>
36-
<version>0.2.2</version>
36+
<version>0.2.3</version>
3737
</dependency>
3838
```
3939

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.wechatpay-apiv3'
8-
version '0.2.2'
8+
version '0.2.3'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
@@ -17,10 +17,10 @@ repositories {
1717
ext {
1818
publishedArtifactId = project.name
1919

20-
httpclient_version = "4.5.12"
20+
httpclient_version = "4.5.13"
2121
slf4j_version = "1.7.30"
2222
junit_version = "4.12"
23-
jackson_version = "2.9.10"
23+
jackson_version = "2.12.5"
2424
}
2525

2626
jar {

0 commit comments

Comments
 (0)