From 06cce88679bbdc68200679c16605ce3bcc0bcb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:03:02 +0000 Subject: [PATCH] build(deps): bump httpclient from 4.5.13 to 4.5.14 Bumps httpclient from 4.5.13 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 67b47b56f..2701a0c75 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { } } implementation 'com.google.code.gson:gson:2.8.8' - implementation 'org.apache.httpcomponents:httpclient:4.5.13' + implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'cglib:cglib:3.3.0' implementation 'commons-validator:commons-validator:1.7' implementation 'org.apache.commons:commons-lang3:3.12.0'