From 297056cb3a8b63ff71f75396dc028f40640fa0d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 23:16:19 +0000 Subject: [PATCH] Bump hapi-fhir-structures-r4 from 4.2.0 to 5.2.1 Bumps hapi-fhir-structures-r4 from 4.2.0 to 5.2.1. 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..525fe6fe 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.2.1' implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation 'com.nimbusds:nimbus-jose-jwt:8.19' implementation 'org.passay:passay:1.6.0'