mirror of https://github.com/halo-dev/halo
Upgrade to Spring Boot 3.0.5 (#3609)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: See https://github.com/halo-dev/halo/issues/3599 for more. #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3599 #### Does this PR introduce a user-facing change? ```release-note 升级至 Spring Boot 3.0.5 ```pull/3603/head
parent
e5253cf6eb
commit
a0b4a0eb0b
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.4'
|
||||
id 'org.springframework.boot' version '3.0.5'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id "com.gorylenko.gradle-git-properties" version "2.3.2"
|
||||
id "checkstyle"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.4' apply false
|
||||
id 'org.springframework.boot' version '3.0.5' apply false
|
||||
id 'java-platform'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue