Skip to content

Commit

Permalink
Update spring cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 5b19c1d commit 47b604a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def versions = [


dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.1.8'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.3'
implementation group: 'com.google.guava', name: 'guava', version:'32.1.2-jre'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'

Expand Down Expand Up @@ -258,7 +258,7 @@ dependencies {
// CCD-3511 CVE-2020-15522
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15to18', version: '1.77'

implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap:3.1.8'
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap:4.1.3'
implementation('org.springframework.cloud:spring-cloud-starter'){
version {
strictly '3.1.8'
Expand Down Expand Up @@ -305,7 +305,7 @@ bootJar {

dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2021.0.1"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2023.0.2"
}
}

Expand Down

0 comments on commit 47b604a

Please sign in to comment.