We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4036c commit 1997df5Copy full SHA for 1997df5
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>1.4.1.RELEASE</version>
+ <version>1.5.6.RELEASE</version>
10
</parent>
11
12
<groupId>com.github.binarywang</groupId>
@@ -18,7 +18,7 @@
18
<description>Spring Boot Demo with wechat MP</description>
19
20
<properties>
21
- <weixin-java-mp.version>2.7.3.BETA</weixin-java-mp.version>
+ <weixin-java-mp.version>2.7.8.BETA</weixin-java-mp.version>
22
23
<maven.compiler.source>1.8</maven.compiler.source>
24
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments