From ed3d7e6fcaf75aac0ee9d2ad22f5407bcd3ea0fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 23:16:00 +0000 Subject: [PATCH] Bump httpclient from 4.5.12 to 4.5.13 Bumps httpclient from 4.5.12 to 4.5.13. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5389f617..06739739 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation 'org.jeasy:easy-random-core:4.2.0' implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:4.2.0' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:4.2.0' - implementation 'org.apache.httpcomponents:httpclient:4.5.12' + implementation 'org.apache.httpcomponents:httpclient:4.5.13' implementation 'com.nimbusds:nimbus-jose-jwt:8.19' implementation 'org.passay:passay:1.6.0' implementation 'io.vavr:vavr:0.10.3'