1
0
mirror of synced 2026-04-03 04:28:39 +08:00

⬆️ 升级 JustAuth 版本:1.13.2,增加微信公众号登录

This commit is contained in:
Yangkai.Shen
2019-12-25 18:19:28 +08:00
parent 248ec4fc4d
commit ce8203401c

View File

@@ -23,7 +23,7 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<name>justauth-spring-boot-starter</name>
<url>https://github.com/xkcoding/justauth-spring-boot-starter</url>
@@ -67,7 +67,7 @@
<!--SpringBoot版本-->
<spring-boot.version>2.1.8.RELEASE</spring-boot.version>
<!--JustAuth版本-->
<justauth.version>1.13.2-SNAPSHOT</justauth.version>
<justauth.version>1.13.2</justauth.version>
</properties>
<dependencies>