Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Oct 20, 2022
1 parent 4003c03 commit 5c2d7bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ configure(gradleModuleProjects) {
configure(allprojects) {
repositories {
maven { setUrl("https://maven.aliyun.com/repository/public") }
maven { setUrl("https://plugins.gradle.org/m2/") }
maven { setUrl("https://repo.spring.io/release") }
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
springBoot = "2.7.4"
springBoot = "2.7.5"
springCloud = "2021.0.4"
springCloudSquare = "0.4.1"
pagehelper = "1.4.5"
Expand Down

0 comments on commit 5c2d7bf

Please sign in to comment.