mirror of https://github.com/halo-dev/halo
Upgrade Spring Boot to 3.0.0-M4 (#2269)
#### What type of PR is this? /kind flake /area core /milestone 2.0 #### What this PR does / why we need it: Upgrade Spring Boot to 3.0.0-M4. Please see <https://github.com/spring-projects/spring-boot/releases/tag/v3.0.0-M4>. #### Does this PR introduce a user-facing change? ```release-note None ```pull/2271/head
parent
50932fc2a9
commit
4cb94d3752
|
@ -1,6 +1,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.springframework.boot' version '3.0.0-M3'
|
id 'org.springframework.boot' version '3.0.0-M4'
|
||||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
|
||||||
id "checkstyle"
|
id "checkstyle"
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
@ -68,6 +68,7 @@ dependencies {
|
||||||
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.0-M3'
|
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.0-M3'
|
||||||
implementation "org.flywaydb:flyway-core"
|
implementation "org.flywaydb:flyway-core"
|
||||||
implementation "org.flywaydb:flyway-mysql"
|
implementation "org.flywaydb:flyway-mysql"
|
||||||
|
implementation "net.bytebuddy:byte-buddy"
|
||||||
|
|
||||||
implementation "com.github.victools:jsonschema-generator:$jsonschemaGenerator"
|
implementation "com.github.victools:jsonschema-generator:$jsonschemaGenerator"
|
||||||
implementation "com.github.victools:jsonschema-module-swagger-2:$jsonschemaGenerator"
|
implementation "com.github.victools:jsonschema-module-swagger-2:$jsonschemaGenerator"
|
||||||
|
|
Loading…
Reference in New Issue