Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-jackson to v13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 525c49d commit b71127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '3.2.3'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'

implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'

implementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.5'
Expand Down

0 comments on commit b71127f

Please sign in to comment.