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 (#447)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent be88148 commit fb5f9fe
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 @@ -291,7 +291,7 @@ dependencies {
implementation 'commons-io:commons-io:2.17.0'
implementation group: 'org.apache.camel.springboot', name: 'camel-spring-boot-starter'

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

implementation group: 'ch.qos.logback', name: 'logback-core', version: versions.logback
implementation group: 'ch.qos.logback', name: 'logback-classic', version: versions.logback
Expand Down

0 comments on commit fb5f9fe

Please sign in to comment.