From 1790478e3b48c186cda0911ac5280de789c05101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 05:51:05 +0000 Subject: [PATCH] Bump httpclient from 4.5.2 to 4.5.13 Bumps httpclient from 4.5.2 to 4.5.13. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d0b9502f..5b74228f0 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169 ext.gsonRev = '2.3.1' ext.guavaRev = '29.0-jre' ext.guiceRev = '4.2.3' - ext.httpclientRev = '4.5.2' + ext.httpclientRev = '4.5.13' ext.httpcoreRev = '4.4.13' ext.asyncHttpclientRev = '2.0.37' ext.jacksonRev = '2.5.1'