mirror of https://github.com/halo-dev/halo
Upgrade Spring Boot to 3.2.3 (#5402)
#### What type of PR is this? /kind cleanup /area core /milestone 2.13.x #### What this PR does / why we need it: Upgrade Spring Boot to [3.2.3](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.3). #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.2.3 ```pull/5312/head
parent
b6edb0c4ca
commit
348079d82e
|
@ -2,7 +2,7 @@ import de.undercouch.gradle.tasks.download.Download
|
|||
import org.gradle.crypto.checksum.Checksum
|
||||
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '3.2.2'
|
||||
id 'org.springframework.boot' version '3.2.3'
|
||||
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.2.2' apply false
|
||||
id 'org.springframework.boot' version '3.2.3' apply false
|
||||
id 'java-platform'
|
||||
id 'halo.publish'
|
||||
id 'signing'
|
||||
|
|
Loading…
Reference in New Issue