diff --git a/README.md b/README.md
index b28404c..910fec8 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ parent:版本封装
base:功能封装
#### 最新版本
->yexuejc.springboot.version=2.0.2
+>yexuejc.springboot.version=2.0.5
>yexuejc.base.version=1.2.0
pom.xml
diff --git a/UPDATE.md b/UPDATE.md
index 399a4f4..35a1b54 100644
--- a/UPDATE.md
+++ b/UPDATE.md
@@ -1,6 +1,21 @@
yexuejc-springboot 更新内容
-------------------
+#### version :2.0.5
+**time:2018-12-1 12:27:10**
+**branch:** master
+**关联工程:**
+```
+springboot-base:1.2.4
+spring-boot-starter-parent:2.0.5.RELEASE
+```
+**update:**
+1. security多方登录第一个稳定版
+支持账号登录、短信登录、第三方授权openid登录
+功能链接[security重构-多方登录](doc/SECURITY.md)
+
+
+#
#### version :2.0.3
**time:2018-11-9 16:58:06**
**branch:** master
diff --git a/doc/MENU.md b/doc/MENU.md
index bcc05d7..2009e91 100644
--- a/doc/MENU.md
+++ b/doc/MENU.md
@@ -9,7 +9,7 @@
### 内部集成
#
-* [2.0.3新增 集成security登录](SECURITY.md)
-
+* [(2.0.3-2.0.5)新增 集成security多方登录](SECURITY.md)
+单独使用例子工程:[https://github.com/yexuejc/springboot-security-login-simple](https://github.com/yexuejc/springboot-security-login-simple)
* [1.0.6新增 针对API请求安全解决方案](PARAMS_RSA_DECRYPT_ENCRYPT.md)
* [1.0.6新增 加密功能](PARAMS_RSA_DECRYPT_ENCRYPT.md)
diff --git a/pom.xml b/pom.xml
index 67fe56d..babcdec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.yexuejc.springboot
yexuejc-springboot-parent
- 2.0.4
+ 2.0.5
pom
${project.artifactId}
@@ -20,7 +20,7 @@
- 1.2.2
+ 1.2.4
https://nexus.yexuejc.club/repository/
http://maven.aliyun.com/nexus/content/groups/public
diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml
index dad211d..6d83a78 100644
--- a/yexuejc-springboot-base/pom.xml
+++ b/yexuejc-springboot-base/pom.xml
@@ -9,7 +9,7 @@
com.yexuejc.springboot
yexuejc-springboot-parent
- 2.0.4
+ 2.0.5
@@ -62,13 +62,6 @@
aliyun-sdk-oss
true
-
-
- com.aliyun.mns
- aliyun-sdk-mns
- jar-with-dependencies
- true
-
io.jsonwebtoken
@@ -77,8 +70,8 @@
- org.springframework.boot
- spring-boot-starter-data-redis
+ org.springframework.data
+ spring-data-redis
true
@@ -86,6 +79,20 @@
jedis
true
+
+
+ com.aliyun.mns
+ aliyun-sdk-mns
+ jar-with-dependencies
+ true
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ true
+ test
+
+
com.zaxxer
@@ -105,11 +112,6 @@
com.h2database
h2
true
-
-
- org.springframework.boot
- spring-boot-starter-test
- true
test