Skip to content

Commit bbe835b

Browse files
authored
chore: 依赖更新
1.更新依赖为最新版本 (#164) 2.使用mavenCentral替代Jcenter 3.bump version to 0.4.8
1 parent 468e219 commit bbe835b

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.4.7`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
11+
当前版本`0.4.8`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
1212

1313
## 升级指引
1414

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

2929
```groovy
30-
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.7'
30+
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.8'
3131
```
3232

3333
### Maven
@@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.7'
3737
<dependency>
3838
<groupId>com.github.wechatpay-apiv3</groupId>
3939
<artifactId>wechatpay-apache-httpclient</artifactId>
40-
<version>0.4.7</version>
40+
<version>0.4.8</version>
4141
</dependency>
4242
```
4343

build.gradle

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

77
group 'com.github.wechatpay-apiv3'
8-
version '0.4.7'
8+
version '0.4.8'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
1212

1313
repositories {
14-
jcenter()
14+
mavenCentral()
1515
}
1616

1717
ext {
1818
publishedArtifactId = project.name
1919

2020
httpclient_version = "4.5.13"
21-
slf4j_version = "1.7.30"
22-
junit_version = "4.12"
23-
jackson_version = "2.12.5"
21+
slf4j_version = "1.7.36"
22+
junit_version = "4.13.2"
23+
jackson_version = "2.13.3"
2424
}
2525

2626
jar {

0 commit comments

Comments
 (0)