From 982213f76a1b34128be3fb2ade0b8a8f4c570c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:56:10 +0000 Subject: [PATCH] Bump httpclient from 4.5.2 to 4.5.14 Bumps httpclient from 4.5.2 to 4.5.14. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 854f851..19d4f85 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply from: file('publish.gradle') dependencies { implementation 'com.mashape.unirest:unirest-java:1.4.9' - implementation 'org.apache.httpcomponents:httpclient:4.5.2' + implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'org.apache.httpcomponents:httpasyncclient:4.1.1' implementation 'org.apache.httpcomponents:httpmime:4.5.2' implementation 'com.google.code.gson:gson:2.6.2'