Skip to content

Commit

Permalink
Update dependency io.github.openfeign:feign-httpclient to v13.2.1 (#2039
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 3339dd3 commit 28ec9f6
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 @@ -194,7 +194,7 @@ dependencies {
implementation group: 'com.vladmihalcea', name: 'hibernate-types-60', version: '2.21.1'

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'

implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
implementation group: 'org.projectlombok', name: 'lombok', version: versions.lombok
Expand Down

0 comments on commit 28ec9f6

Please sign in to comment.