mirror of https://github.com/halo-dev/halo
Upgrade Spring Boot to 3.3.3 (#6512)
#### What type of PR is this? /kind improvement /area core /milestone 2.19.0 #### What this PR does / why we need it: See https://github.com/spring-projects/spring-boot/releases/tag/v3.3.3 for more. #### Does this PR introduce a user-facing change? ```release-note 升级 Spring Boot 至 3.3.3 ```pull/6515/head
parent
50adc29e42
commit
fe842e8d77
|
@ -1,6 +1,6 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.3.1' apply false
|
||||
id 'io.spring.dependency-management' version '1.1.5' apply false
|
||||
id 'org.springframework.boot' version '3.3.3' apply false
|
||||
id 'io.spring.dependency-management' version '1.1.6' apply false
|
||||
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
|
||||
id "de.undercouch.download" version "5.6.0" apply false
|
||||
id "io.freefair.lombok" version "8.6" apply false
|
||||
|
|
Loading…
Reference in New Issue