diff --git a/platform/build.gradle b/platform/build.gradle index 70b6f4d07f3..9d7fc34dcc4 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -69,8 +69,8 @@ dependencies { // http5 client api("org.apache.httpcomponents.client5:httpclient5:5.5.1") - api("org.apache.httpcomponents.core5:httpcore5:5.4.1") - api("org.apache.httpcomponents.core5:httpcore5-h2:5.4.1") + api("org.apache.httpcomponents.core5:httpcore5:5.4.2") + api("org.apache.httpcomponents.core5:httpcore5-h2:5.4.2") api("com.fasterxml.uuid:java-uuid-generator:$jugVersion") // issue with the Docker lib having a too old version for the k8s extension