diff --git a/client/build.gradle b/client/build.gradle index bc2d0d565..3d21c47ee 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -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' }