1
0
mirror of synced 2025-12-24 08:07:55 +08:00

⬆️ 升级 JustAuth 版本:1.13.1,修复 AuthCallback 异常的问题,参见 [ISSUE#52](https://github.com/justauth/JustAuth/issues/52)

This commit is contained in:
Yangkai.Shen
2019-11-12 14:29:49 +08:00
parent 2de415c7ba
commit a8b8dee49f

View File

@@ -23,7 +23,7 @@
<groupId>com.xkcoding.justauth</groupId>
<artifactId>justauth-spring-boot-starter</artifactId>
<version>1.3.0</version>
<version>1.3.1</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.0</justauth.version>
<justauth.version>1.13.1</justauth.version>
</properties>
<dependencies>