mirror of https://github.com/halo-dev/halo
Upgrade SpringBoot to 3.3.0 (#5979)
#### What type of PR is this? /kind cleanup /area core /milestone 2.16.x #### What this PR does / why we need it: This PR upgrades dependency Spring Boot to [3.3.0](https://github.com/spring-projects/spring-boot/releases/tag/v3.3.0). #### Does this PR introduce a user-facing change? ```release-note 升级 Spring Boot 至 3.3.0 ```pull/5981/head
parent
34981f95ba
commit
49bb9c10aa
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.3.0-RC1' apply false
|
||||
id 'org.springframework.boot' version '3.3.0' apply false
|
||||
id 'io.spring.dependency-management' version '1.1.4' apply false
|
||||
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
|
||||
id "de.undercouch.download" version "5.6.0" apply false
|
||||
|
|
Loading…
Reference in New Issue