From 0b785e330e708ebac80994967689c04e755822ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:01:16 +0000 Subject: [PATCH] Bump httpclient from 4.5.2 to 4.5.12 Bumps httpclient from 4.5.2 to 4.5.12. Signed-off-by: dependabot-preview[bot] --- spar-wings-testing-uri-matcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spar-wings-testing-uri-matcher/build.gradle b/spar-wings-testing-uri-matcher/build.gradle index bfec4e5..c61cb88 100644 --- a/spar-wings-testing-uri-matcher/build.gradle +++ b/spar-wings-testing-uri-matcher/build.gradle @@ -3,7 +3,7 @@ description "-" dependencies { - compile 'org.apache.httpcomponents:httpclient:4.5.2' + compile 'org.apache.httpcomponents:httpclient:4.5.12' compile "junit:junit:$junitVersion" compile "org.hamcrest:hamcrest-library" // compile "com.google.guava:guava:18.0"