Skip to content

Commit

Permalink
版本升级修复微信公众号支付问题,替换原有Base64为JDK8自带
Browse files Browse the repository at this point in the history
  • Loading branch information
egzosn committed Dec 12, 2017
1 parent fdf0c6f commit 572051c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.egzosn</groupId>
<artifactId>pay-java-common</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5</version>
</dependency>

```
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>com.egzosn</groupId>
<artifactId>{module-name}</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5</version>
</dependency>

```
Expand Down

0 comments on commit 572051c

Please sign in to comment.