Skip to content

Commit

Permalink
Upgrade to spring-cloud 2020.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dyroberts committed Jan 28, 2021
1 parent 2a18a68 commit 789363b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ configure(allprojects) {
apply plugin: "io.spring.javaformat"

ext {
springCloudVersion = "2020.0.0"
springCloudVersion = "2020.0.1"
springBootVersion = "2.4.2"
springFrameworkVersion = "5.3.3"
cloudfoundryCertificateTrusterVersion = "1.0.1.RELEASE"
Expand Down Expand Up @@ -249,8 +249,6 @@ configure(subprojects - project(":spring-cloud-services-dependencies")) {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
// FIXME: remove the following bom once upgraded to springCloudVersion>=2020.0.1
mavenBom "org.springframework.cloud:spring-cloud-config-dependencies:3.0.1"
}
}
}
Expand Down

0 comments on commit 789363b

Please sign in to comment.