build(pom.xml): 升级 SpringBoot 版本至 3.2.3

This commit is contained in:
haoxr
2024-03-09 00:01:17 +08:00
parent 0333502669
commit 1affb04996

View File

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