Skip to content

Commit

Permalink
Update feign monorepo to v13.2.1 (#474)
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 Feb 7, 2024
1 parent 0b43e47 commit bbe474e
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.1.0'
api group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2'
api group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2'
api group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
api group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'

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

0 comments on commit bbe474e

Please sign in to comment.