Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent af5692e commit f86e2ec
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 @@ -340,7 +340,7 @@ dependencies {
implementation group: 'org.springframework.retry', name: 'spring-retry', version: versions.retry
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.1'

implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.4'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: versions.springDoc

Expand Down

0 comments on commit f86e2ec

Please sign in to comment.