Skip to content

Commit

Permalink
chore: Upgrade springboot to 2.5.11 (halo-dev#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing authored Mar 30, 2022
1 parent 2bccfb1 commit 1d25a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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 "checkstyle"
id "java"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pluginManagement {
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
maven { url 'https://maven.aliyun.com/repository/spring-plugin' }
maven { url 'https://repo.spring.io/milestone' }
Expand Down

0 comments on commit 1d25a58

Please sign in to comment.