diff --git a/README.md b/README.md index dc5cfbd40..e6e60a614 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 209a758a5..1c871cf32 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 9010d91c6..2a9377114 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