From 3650468c4e2e12af69d9839fd26cf7188551fa40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 23:16:38 +0000 Subject: [PATCH] Bump hapi-fhir-structures-r4 from 4.2.0 to 5.3.0 Bumps hapi-fhir-structures-r4 from 4.2.0 to 5.3.0. 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..7208ac3c 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { 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-structures-r4:4.2.0' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:5.3.0' implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation 'com.nimbusds:nimbus-jose-jwt:8.19' implementation 'org.passay:passay:1.6.0'