提交 37fc6e50 编写于 作者: H hxr

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

上级 69d0a062
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
<groupId>com.youlai</groupId> <groupId>com.youlai</groupId>
<artifactId>youlai-boot</artifactId> <artifactId>youlai-boot</artifactId>
<version>2.6.1</version> <version>2.6.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.2</version> <!-- lookup parent from repository --> <version>3.2.3</version> <!-- lookup parent from repository -->
<relativePath/> <relativePath/>
</parent> </parent>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<hutool.version>5.8.23</hutool.version> <hutool.version>5.8.26</hutool.version>
<mysql.version>8.0.28</mysql.version> <mysql.version>8.0.28</mysql.version>
<druid.version>1.2.16</druid.version> <druid.version>1.2.16</druid.version>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册