Skip to content

Commit

Permalink
Update feign monorepo to v13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 7, 2024
1 parent 08dc979 commit b2c864e
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 @@ -126,8 +126,8 @@ dependencies {

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.15.3'

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

0 comments on commit b2c864e

Please sign in to comment.