From eec7f42f8247302cd5f545e4c4b54ffcb2f360f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 00:44:40 +0000 Subject: [PATCH] Bump hapi-fhir-base from 4.2.0 to 5.3.3 Bumps hapi-fhir-base from 4.2.0 to 5.3.3. 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..52d3ed25 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0" testImplementation 'io.projectreactor:reactor-test' 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-base:5.3.3' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:4.2.0' implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation 'com.nimbusds:nimbus-jose-jwt:8.19'