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 May 29, 2024
1 parent 27a9c5c commit d406767
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 @@ -122,7 +122,7 @@ subprojects {
implementation 'org.projectlombok:lombok:1.16.16'
implementation 'com.google.code.findbugs:annotations:3.0.1'
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.16'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'

testImplementation 'junit:junit:4.12'
testImplementation 'org.assertj:assertj-core:3.8.0'
Expand Down

0 comments on commit d406767

Please sign in to comment.