Skip to content

Commit

Permalink
Update spring cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 17, 2023
1 parent 400a246 commit dbd8f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def versions = [


dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.0.1'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.0.2'

compile group: 'com.google.guava', name: 'guava', version:'30.1-jre'
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
Expand Down Expand Up @@ -278,7 +278,7 @@ bootJar {

dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2020.0.1"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2022.0.2"
}
}

Expand Down

0 comments on commit dbd8f0d

Please sign in to comment.