mirror of https://github.com/halo-dev/halo
chore: Upgrade springboot to 2.5.11 (#1792)
parent
2bccfb1abb
commit
1d25a58767
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id "org.springframework.boot" version "2.5.10"
|
id "org.springframework.boot" version "2.5.11"
|
||||||
id "io.spring.dependency-management" version "1.0.11.RELEASE"
|
id "io.spring.dependency-management" version "1.0.11.RELEASE"
|
||||||
id "checkstyle"
|
id "checkstyle"
|
||||||
id "java"
|
id "java"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
|
maven { url 'https://plugins.gradle.org/m2/' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
|
||||||
maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
|
maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
|
||||||
maven { url 'https://repo.spring.io/milestone' }
|
maven { url 'https://repo.spring.io/milestone' }
|
||||||
|
|
Loading…
Reference in New Issue