mirror of https://github.com/halo-dev/halo
Upgrade Spring Boot 3.1.2 (#4284)
#### What type of PR is this? /kind cleanup /area core /milestone 2.8.x #### What this PR does / why we need it: Upgrade Spring Boot 3.1.2. See https://github.com/spring-projects/spring-boot/releases/tag/v3.1.2 for more. #### Does this PR introduce a user-facing change? ```release-note 升级 Spring Boot 至 3.1.2。 ```pull/4253/head
parent
617d05f3bc
commit
e98aec32ca
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.1.1'
|
||||
id 'org.springframework.boot' version '3.1.2'
|
||||
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.1.1' apply false
|
||||
id 'org.springframework.boot' version '3.1.2' apply false
|
||||
id 'java-platform'
|
||||
id 'halo.publish'
|
||||
id 'signing'
|
||||
|
|
Loading…
Reference in New Issue