Skip to content

Commit

Permalink
Update dependency org.apache.httpcomponents:httpclient to v4.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent b747923 commit 2056a43
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 @@ -246,7 +246,7 @@ dependencies {
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.7.0'
implementation group: 'org.springdoc', name: 'springdoc-openapi-webmvc-core', version: '1.7.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.1.6.RELEASE'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.11'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.14'
implementation group: 'joda-time', name: 'joda-time', version: '2.10.5'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
Expand Down

0 comments on commit 2056a43

Please sign in to comment.