mirror of https://github.com/halo-dev/halo
Merge pull request #4904 from JohnNiang/chore/upgrade-to-springboot-3.2.0
Upgrade to Spring Boot 3.2.0pull/4909/head
commit
1277349221
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.2.0-RC2'
|
||||
id 'org.springframework.boot' version '3.2.0'
|
||||
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.0-RC2' apply false
|
||||
id 'org.springframework.boot' version '3.2.0' apply false
|
||||
id 'java-platform'
|
||||
id 'halo.publish'
|
||||
id 'signing'
|
||||
|
|
Loading…
Reference in New Issue