@@ -29,7 +29,7 @@ ext {
// 编译脚本
buildscript {
ext {
- springBootVersion = "3.1.1"
+ springBootVersion = "3.3.0"
aizudaVersion = "1.0.3"
}
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.1.1</version>
+ <version>3.3.0</version>
<relativePath/>
</parent>
<groupId>com.aizuda</groupId>