From a2f405f8bd5a8a318639c25042ed032b5e864b21 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 16 Apr 2022 12:28:01 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E3=80=90=E5=8D=87=E7=BA=A7=E3=80=91spring-?= =?UTF-8?q?boot=20from=202.5.10=20to=202.5.12=20=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20RCE=20=E6=BC=8F=E6=B4=9E=20*=20=E3=80=90=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E3=80=91redisson=20from=203.16.6=20to=203.17.0=20?= =?UTF-8?q?=EF=BC=9A=E6=8F=90=E5=8D=87=20Redisson=20=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E7=A8=B3=E5=AE=9A=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- yudao-dependencies/pom.xml | 4 ++-- yudao-server/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc5cfbd40a..e6e60a614e 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ ps:核心功能已经实现,正在对接微信小程序中... | 框架 | 说明 | 版本 | 学习指南 | |---------------------------------------------------------------------------------------------|------------------|----------|----------------------------------------------------------------| -| [Spring Boot](https://spring.io/projects/spring-boot) | 应用开发框架 | 2.5.10 | [文档](https://github.com/YunaiV/SpringBoot-Labs) | +| [Spring Boot](https://spring.io/projects/spring-boot) | 应用开发框架 | 2.5.12 | [文档](https://github.com/YunaiV/SpringBoot-Labs) | | [MySQL](https://www.mysql.com/cn/) | 数据库服务器 | 5.7 | | | [Druid](https://github.com/alibaba/druid) | JDBC 连接池、监控组件 | 1.2.8 | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) | | [MyBatis Plus](https://mp.baomidou.com/) | MyBatis 增强工具包 | 3.5.1 | [文档](http://www.iocoder.cn/Spring-Boot/MyBatis/?yudao) | diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 209a758a51..1c871cf32c 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -16,7 +16,7 @@ 1.6.2-snapshot - 2.5.10 + 2.5.12 3.0.2 1.5.22 @@ -26,7 +26,7 @@ 1.2.8 3.4.3.4 3.5.0 - 3.16.6 + 3.17.0 1.9.2 diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml index 9010d91c6d..2a9377114c 100644 --- a/yudao-server/pom.xml +++ b/yudao-server/pom.xml @@ -77,7 +77,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.5.10 + 2.5.12 true