Skip to content

Commit 1997df5

Browse files
committed
升级sdk版本为2.7.8.BETA,以及spring boot版本至最新
1 parent 9a4036c commit 1997df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>1.4.1.RELEASE</version>
9+
<version>1.5.6.RELEASE</version>
1010
</parent>
1111

1212
<groupId>com.github.binarywang</groupId>
@@ -18,7 +18,7 @@
1818
<description>Spring Boot Demo with wechat MP</description>
1919

2020
<properties>
21-
<weixin-java-mp.version>2.7.3.BETA</weixin-java-mp.version>
21+
<weixin-java-mp.version>2.7.8.BETA</weixin-java-mp.version>
2222

2323
<maven.compiler.source>1.8</maven.compiler.source>
2424
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)