Skip to content

Commit

Permalink
Merge pull request #79 from wechatpay-apiv3/upgrade_dependencies
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
xy-peng authored Oct 19, 2021
2 parents 8df4593 + 2405c83 commit 3d2cf15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 项目状态

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

## 环境要求

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

```groovy
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.2'
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.3'
```

### Maven
Expand All @@ -33,7 +33,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.2.2'
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
<artifactId>wechatpay-apache-httpclient</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.wechatpay-apiv3'
version '0.2.2'
version '0.2.3'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -17,10 +17,10 @@ repositories {
ext {
publishedArtifactId = project.name

httpclient_version = "4.5.12"
httpclient_version = "4.5.13"
slf4j_version = "1.7.30"
junit_version = "4.12"
jackson_version = "2.9.10"
jackson_version = "2.12.5"
}

jar {
Expand Down

0 comments on commit 3d2cf15

Please sign in to comment.