mirror of https://github.com/halo-dev/halo
Upgrade to Spring Boot 3.0.3 (#3379)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Upgrade to Spring Boot 3.0.3. See https://github.com/spring-projects/spring-boot/releases/tag/v3.0.3 for more. #### Does this PR introduce a user-facing change? ```release-note Upgrade to Spring Boot 3.0.3. ```pull/3373/head
parent
ce85b98539
commit
937573e6b2
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.2'
|
||||
id 'org.springframework.boot' version '3.0.3'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id "com.gorylenko.gradle-git-properties" version "2.3.2"
|
||||
id "checkstyle"
|
||||
|
|
Loading…
Reference in New Issue