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 b8e42e9 commit 31175ef
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 @@ -395,7 +395,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind'

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', {
exclude group: 'commons-fileupload', module: 'commons-fileupload'
}
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
Expand Down Expand Up @@ -449,7 +449,7 @@ dependencies {
testImplementation 'org.xmlunit:xmlunit-matchers:2.10.0'
testImplementation 'org.testcontainers:testcontainers:1.20.4'
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
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 group: 'org.testcontainers', name: 'junit-jupiter', version: '1.20.4'
testImplementation 'it.ozimov:embedded-redis:0.7.3'
Expand Down

0 comments on commit 31175ef

Please sign in to comment.