Skip to content

Commit

Permalink
Update feign monorepo to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent a7c690e commit 4e67b40
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 @@ -191,8 +191,8 @@ dependencies {

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.3'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.0.3'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.5'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '11.10'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'
implementation group: 'org.json', name: 'json', version: '20240303'
implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'

Expand Down

0 comments on commit 4e67b40

Please sign in to comment.