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 3, 2024
1 parent 056d190 commit 097e93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = ''
dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.13.5'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.5'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.11'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.14'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-standalone', version: '2.27.2'
testImplementation group: 'commons-logging', name: 'commons-logging', version:'1.2'
}

0 comments on commit 097e93d

Please sign in to comment.