build: 升级项目和Springboot版本

This commit is contained in:
hxr
2024-05-13 22:53:57 +08:00
parent ef0bc28d45
commit 8a064a22d9

View File

@@ -6,13 +6,13 @@
<groupId>com.youlai</groupId> <groupId>com.youlai</groupId>
<artifactId>youlai-boot</artifactId> <artifactId>youlai-boot</artifactId>
<version>2.7.1</version> <version>2.7.2</version>
<description>基于 Java 17 + SpringBoot 3 + Spring Security 构建的权限管理系统。</description> <description>基于 Java 17 + SpringBoot 3 + Spring Security 构建的权限管理系统。</description>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version> <!-- lookup parent from repository --> <version>3.2.5</version> <!-- lookup parent from repository -->
<relativePath/> <relativePath/>
</parent> </parent>