Skip to content

Commit

Permalink
Update spring cloud to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 4c78994 commit 8843758
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 @@ -418,7 +418,7 @@ dependencies {
implementation 'org.zalando:problem-spring-web-starter:0.29.1'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.4'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.2.0'
implementation 'org.springframework.retry:spring-retry:2.0.10'

implementation 'net.javacrumbs.shedlock:shedlock-spring:5.16.0'
Expand Down Expand Up @@ -475,7 +475,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.1.5'
testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-contract-stub-runner', version: '4.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation group: 'io.projectreactor', name: 'reactor-test', version: '3.7.1'
testImplementation 'org.springframework.security:spring-security-test:6.4.1'
Expand Down

0 comments on commit 8843758

Please sign in to comment.