Skip to content

Commit

Permalink
Update feign monorepo (#1662)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent e79a2af commit 1eff0bb
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 @@ -350,7 +350,7 @@ dependencies {

implementation group: 'io.github.openfeign.form', name: 'feign-form', version: '3.8.0'
implementation group: 'io.github.openfeign.form', name: 'feign-form-spring', version: '3.8.0'
implementation "io.github.openfeign:feign-httpclient:11.9.1"
implementation "io.github.openfeign:feign-httpclient:11.10"
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: versions.log4j

implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
Expand Down Expand Up @@ -494,7 +494,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}

testImplementation 'io.github.openfeign:feign-jackson:12.1'
testImplementation 'io.github.openfeign:feign-jackson:12.5'
testImplementation group: 'com.github.mifmif', name: 'generex', version: '1.0.2'

testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock:3.1.10'
Expand Down

0 comments on commit 1eff0bb

Please sign in to comment.