Skip to content

Commit

Permalink
Update jacksonbind dependency (#183)
Browse files Browse the repository at this point in the history
* update jackson dependency

* bump version v0.4.9
  • Loading branch information
xy-peng authored Jan 5, 2023
1 parent bbe835b commit 1310240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4.8`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
当前版本`0.4.9`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。

## 升级指引

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

```groovy
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.8'
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9'
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
httpclient_version = "4.5.13"
slf4j_version = "1.7.36"
junit_version = "4.13.2"
jackson_version = "2.13.3"
jackson_version = "2.13.4.2"
}

jar {
Expand Down

0 comments on commit 1310240

Please sign in to comment.