Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5…
Browse files Browse the repository at this point in the history
….4.1
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent cc108a1 commit 29355db
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 @@ -263,7 +263,7 @@ dependencies {
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
implementation group: 'org.eclipse.jetty', name: 'jetty-util', version: '12.0.12'
implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.12'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.4.1'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3'
implementation group: 'org.springframework.boot', name: 'spring-boot-properties-migrator'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
Expand Down

0 comments on commit 29355db

Please sign in to comment.