Skip to content

Commit

Permalink
Update feign monorepo to v13.1 (#434)
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 Nov 15, 2023
1 parent 82af326 commit fd7be26
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 @@ -164,8 +164,8 @@ ext {
dependencies {
api group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.0.4'
api group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.0'
api group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.0'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.1'
api group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.1'

compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
Expand Down

0 comments on commit fd7be26

Please sign in to comment.