Merge pull request #9862 from dataease/pr@dev-v2@chore_spring_version

chore: 优化spring对应maven插件版本
This commit is contained in:
fit2cloud-chenyw 2024-05-24 18:03:53 +08:00 committed by GitHub
commit ac56623c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>${spring-boot.version}</version>
<version>3.3.0</version>
<relativePath />
</parent>
<properties>